mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
513dadadcf
This commit adds new "op_http_upgrade_early", that allows to hijack existing "Deno.HttpConn" acquired from "Deno.serveHttp" API and performing a Websocket upgrade on this connection. This is not a public API and is meant to be used internally in the "ext/node" polyfills for "http" module. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> |
||
---|---|---|
.. | ||
benches | ||
01_http.js | ||
Cargo.toml | ||
compressible.rs | ||
lib.rs | ||
reader_stream.rs | ||
README.md | ||
websocket_upgrade.rs |