Changelog for http_message |
Release |
What has changed? |
0.2.2 |
Fixed HttpMessage\Factory::createUri() |
0.2.1 |
Added `HttpMessage\Emitter`.
Emitter outputs header and body.
XDebug is needed to test emitter.
Fixed segfault for `withHeader()` when using a non-string var. |
0.2.0 |
Added Factory class that implements all PSR-17 interfaces.
All properties private.
Allow filename and mode for Stream constructor.
Allow StreamInterface object for UploadedFile constructor.
Move uploaded file copies a stream if stream is supplied.
Fixes and cleanup. |
0.1.1 |
Fixed default value issue with ServerRequest::getAttribute(). The method only accepted one argument. |
0.1.0 |
Initial release. |