1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/runtime/ops
Bartek Iwańczuk 71551c80a1
feat(unstable): remove Deno.upgradeHttp API (#21856)
Closes https://github.com/denoland/deno/issues/21828.

This API is a huge footgun. And given that "Deno.serveHttp" is a
deprecated API that is discouraged to use (use "Deno.serve()" 
instead); it makes no sense to keep this API around.

This is a step towards fully migrating to Hyper 1.
2024-01-22 21:35:39 +00:00
..
os fix: android support (#19437) 2024-01-10 06:04:14 -07:00
web_worker chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
bootstrap.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
fs_events.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
http.rs feat(unstable): remove Deno.upgradeHttp API (#21856) 2024-01-22 21:35:39 +00:00
mod.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
permissions.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
process.rs chore: update to Rust 1.75 (#21731) 2024-01-01 23:22:48 +01:00
runtime.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
signal.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
tty.rs fix(web): use rustyline for prompt (#21893) 2024-01-11 22:05:55 +01:00
utils.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
web_worker.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
worker_host.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00