deno/ext/http
Bartek Iwańczuk c2414db1f6
refactor: simplify hyper, http, h2 deps (#21715)
Main change is that:
- "hyper" has been renamed to "hyper_v014" to signal that it's legacy
- "hyper1" has been renamed to "hyper" and should be the default
2023-12-27 11:59:57 -05:00
..
benches chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
00_serve.js refactor: pull 'core', 'internals', 'primordials' from ES module (#21462) 2023-12-07 14:21:01 +01:00
01_http.js perf: remove opAsync (#21690) 2023-12-27 02:30:26 +01:00
Cargo.toml refactor: simplify hyper, http, h2 deps (#21715) 2023-12-27 11:59:57 -05:00
compressible.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
fly_accept_encoding.rs refactor: simplify hyper, http, h2 deps (#21715) 2023-12-27 11:59:57 -05:00
http_next.rs refactor: simplify hyper, http, h2 deps (#21715) 2023-12-27 11:59:57 -05:00
lib.rs refactor: simplify hyper, http, h2 deps (#21715) 2023-12-27 11:59:57 -05:00
network_buffered_stream.rs chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
reader_stream.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
README.md chore: add README to ext/http/ (#11958) 2021-09-08 20:48:28 +02:00
request_body.rs refactor: simplify hyper, http, h2 deps (#21715) 2023-12-27 11:59:57 -05:00
request_properties.rs refactor: simplify hyper, http, h2 deps (#21715) 2023-12-27 11:59:57 -05:00
response_body.rs refactor: simplify hyper, http, h2 deps (#21715) 2023-12-27 11:59:57 -05:00
service.rs refactor: simplify hyper, http, h2 deps (#21715) 2023-12-27 11:59:57 -05:00
websocket_upgrade.rs refactor: simplify hyper, http, h2 deps (#21715) 2023-12-27 11:59:57 -05:00

deno_http

This crate implements server-side HTTP based on primitives from the Fetch API.