This library should provide support for HTTP upgrades (WebSocket etc.) using the Connection: upgrade and Upgrade: websocket headers.
Among others, this currently depends on reactphp/http-client#145 and a dedicated API to expose the resulting HTTP stream as a DuplexStreamInterface instead of just a ReadableStreamInterface.
This library should provide support for HTTP upgrades (WebSocket etc.) using the
Connection: upgradeandUpgrade: websocketheaders.Among others, this currently depends on reactphp/http-client#145 and a dedicated API to expose the resulting HTTP stream as a
DuplexStreamInterfaceinstead of just aReadableStreamInterface.