http_message

PSR-7 HTTP Message implementation


PSR-7 compatible HTTP Message implementation as PHP extension

License: MIT License

Latest releases

Version Release Download
0.2.2 2020-08-25 http_message-0.2.2.tgz
0.2.1 2019-11-07 http_message-0.2.1.tgz
0.2.0 2019-09-05 http_message-0.2.0.tgz
0.1.1 2019-07-28 http_message-0.1.1.tgz
0.1.0 2019-07-11 http_message-0.1.0.tgz
Show all releases

Changelog

Version Message
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.
Show complete changelog