Skip to content

Tags: ringcentral/psr7

Tags

1.3.0

Toggle 1.3.0's commit message
Allow slightly malformed HTTP responses (#6)

This brings in guzzle#100 which allows for HTTP reponses that do not contain the trailing space (Which, while required by the RFC is not enforced by browsers, etc.)

1.2.2

Toggle 1.2.2's commit message
[MessageTrait] Fix withAddedHeader() with array $value (#4)

1.2.1

Toggle 1.2.1's commit message
Merge pull request #1 from clue-labs/legacy

Support legacy PHP 5.3

1.2.0

Toggle 1.2.0's commit message

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`