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

This package is auto-updated.

Last update: 2024-04-14 02:13:19 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.

@icicleio on Twitter Build Status Coverage Status Semantic Version MIT License

Currently under development.