icicleio / psr7-bridge
Bridges the messages of the asynchronous Icicle HTTP component to synchronous PSR-7 interfaces.
dev-master
2015-11-10 03:56 UTC
Requires
- icicleio/http: ^0.2|^0.3
- psr/http-message: ^1.0
- zendframework/zend-diactoros: ^1.0
Requires (Dev)
- phpunit/phpunit: ^4.6
This package is auto-updated.
Last update: 2024-10-14 03:17:50 UTC
README
Bridges the asynchronous HTTP messages and streams of Icicle's HTTP component to PSR-7 compatible interface. Use with caution and only in cases where blocking is acceptable, as reading or writing from a synchronous stream can block the entire process.
Currently under development.