http_message 0.2.0

PSR-7 HTTP Message implementation


PSR-7 compatible HTTP Message implementation as PHP extension

License: MIT License

Changes

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.