1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -05:00
denoland-deno/ext
Matt Mastracci 513dadadcf
feat(ext/http): add an op to perform raw HTTP upgrade (#18511)
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>
2023-04-02 23:27:12 +02:00
..
broadcast_channel chore: forward v1.32.3 release commit to main (#18561) 2023-04-01 20:27:53 -04:00
cache chore: forward v1.32.3 release commit to main (#18561) 2023-04-01 20:27:53 -04:00
console chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-02 19:41:41 +02:00
crypto chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-02 19:41:41 +02:00
fetch chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-02 19:41:41 +02:00
ffi chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-02 19:41:41 +02:00
flash chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-02 19:41:41 +02:00
fs chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-02 19:41:41 +02:00
http feat(ext/http): add an op to perform raw HTTP upgrade (#18511) 2023-04-02 23:27:12 +02:00
io chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-02 19:41:41 +02:00
kv chore: forward v1.32.3 release commit to main (#18561) 2023-04-01 20:27:53 -04:00
napi chore: forward v1.32.3 release commit to main (#18561) 2023-04-01 20:27:53 -04:00
net chore: forward v1.32.3 release commit to main (#18561) 2023-04-01 20:27:53 -04:00
node chore: forward v1.32.3 release commit to main (#18561) 2023-04-01 20:27:53 -04:00
tls chore: forward v1.32.3 release commit to main (#18561) 2023-04-01 20:27:53 -04:00
url chore: forward v1.32.3 release commit to main (#18561) 2023-04-01 20:27:53 -04:00
web chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-02 19:41:41 +02:00
webidl chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-02 19:41:41 +02:00
websocket chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-02 19:41:41 +02:00
webstorage chore: forward v1.32.3 release commit to main (#18561) 2023-04-01 20:27:53 -04:00