0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/runtime/ops
Bert Belder c5270abad7
feat(unstable): Add Deno.upgradeHttp API (#13618)
This commit adds "Deno.upgradeHttp" API, which
allows to "hijack" connection and switch protocols, to eg.
implement WebSocket required for Node compat.

Co-authored-by: crowlkats <crowlkats@toaxl.com>
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2022-03-16 14:54:18 +01:00
..
web_worker feat(core): codegen ops (#13861) 2022-03-14 18:44:15 +01:00
fs.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
fs_events.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
http.rs feat(unstable): Add Deno.upgradeHttp API (#13618) 2022-03-16 14:54:18 +01:00
io.rs feat(core): codegen ops (#13861) 2022-03-14 18:44:15 +01:00
mod.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
os.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
permissions.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
process.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
runtime.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
signal.rs feat(ops): optional OpState (#13954) 2022-03-16 00:33:46 +01:00
tty.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
utils.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
web_worker.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
worker_host.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00