0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-09 21:57:40 -04:00
deno/ext
Luca Casonato 17b4e0627c
refactor(ext/http): simpler ws server in http_next (#19133)
Merges `op_http_upgrade_next` and `op_ws_server_create`, significantly
simplifying websocket construction in ext/http (next), and removing one
JS -> Rust call. Also WS server now doesn't bypass
`HttpPropertyExtractor`.
2023-05-18 17:05:02 +02:00
..
broadcast_channel 1.33.3 (#19110) 2023-05-12 13:06:53 +02:00
cache refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-18 17:05:01 +02:00
console 1.33.3 (#19110) 2023-05-12 13:06:53 +02:00
crypto refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-18 17:05:01 +02:00
fetch 1.33.3 (#19110) 2023-05-12 13:06:53 +02:00
ffi refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-18 17:05:01 +02:00
fs refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-18 17:05:01 +02:00
http refactor(ext/http): simpler ws server in http_next (#19133) 2023-05-18 17:05:02 +02:00
io refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-18 17:05:01 +02:00
kv 1.33.3 (#19110) 2023-05-12 13:06:53 +02:00
napi 1.33.3 (#19110) 2023-05-12 13:06:53 +02:00
net refactor(ext/http): simpler ws server in http_next (#19133) 2023-05-18 17:05:02 +02:00
node feat(node/crypto): Builtin Diffie-Hellman Groups (#19137) 2023-05-18 17:05:02 +02:00
tls 1.33.3 (#19110) 2023-05-12 13:06:53 +02:00
url 1.33.3 (#19110) 2023-05-12 13:06:53 +02:00
web 1.33.3 (#19110) 2023-05-12 13:06:53 +02:00
webidl 1.33.3 (#19110) 2023-05-12 13:06:53 +02:00
websocket refactor(ext/http): simpler ws server in http_next (#19133) 2023-05-18 17:05:02 +02:00
webstorage 1.33.3 (#19110) 2023-05-12 13:06:53 +02:00