v3.1.1
Maintenance release
- LogRequest - not "parsing" content-type correctly / not displaying $_POST values (ie for multipart/form-data)
ReqRes::getResponseHeaders()merging default headers without regards to header case insensitivity leading to default Content-Type being added in addition to "Content-type" etc ...ReqRes::getResponseHeader('Content-Type')getting the default value. (only affects debug output)HttpMessage\ServerRequest::fromGlobals()now has $parseStrOpts paramHttpMessage\Uri::fromGlobals()is now a public static method