You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library should provide support for HTTP upgrades (WebSocket etc.) using the Connection: upgrade and Upgrade: websocket headers. Among others, this currently depends on #136 and a dedicated API to expose the resulting HTTP stream as a DuplexStreamInterface instead of just a ReadableStreamInterface.
The text was updated successfully, but these errors were encountered:
This library should provide support for HTTP upgrades (WebSocket etc.) using the
Connection: upgrade
andUpgrade: websocket
headers. Among others, this currently depends on #136 and a dedicated API to expose the resulting HTTP stream as aDuplexStreamInterface
instead of just aReadableStreamInterface
.The text was updated successfully, but these errors were encountered: