Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: mcbosc/psr7

Tags

1.2.1

Toggle 1.2.1's commit message
* Now supporting negative offsets when seeking to SEEK_END.

1.2.0

Toggle 1.2.0's commit message
* Body as `"0"` is now properly added to a response.

* Now allowing forward seeking in CachingStream.
* Now properly parsing HTTP requests that contain proxy targets in
  `parse_request`.
* functions.php is now conditionally required.
* user-info is no longer dropped when resolving URIs.

1.1.0

Toggle 1.1.0's commit message
* URIs can now be relative.

* `multipart/form-data` headers are now overridden case-insensitively.
* URI paths no longer encode the following characters because they are allowed
  in URIs: "(", ")", "*", "!", "'"
* A port is no longer added to a URI when the scheme is missing and no port is
  present.

1.0.0

Toggle 1.0.0's commit message
Initial release.

Currently unsupported:

- `Psr\Http\Message\ServerRequestInterface`
- `Psr\Http\Message\UploadedFileInterface`