deno/ext/http
denobot ca7432b86b
chore: forward v1.42.2 release commit to main (#23315)
Co-authored-by: Satya Rohith <me@satyarohith.com>
2024-04-11 13:37:24 +05:30
..
benches chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
00_serve.js refactor(ext/tls): use cppgc to deduplicate the tls key loading code (#23289) 2024-04-08 15:01:02 -06:00
01_http.js fix(ext/http): Make Deno.serveHttp() work when proxying (#23269) 2024-04-08 15:02:49 -06:00
Cargo.toml chore: forward v1.42.2 release commit to main (#23315) 2024-04-11 13:37:24 +05:30
compressible.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
fly_accept_encoding.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
http_next.rs chore: update to Rust 1.77.2 (#23262) 2024-04-10 22:08:23 +00:00
lib.rs fix(ext/http): Make Deno.serveHttp() work when proxying (#23269) 2024-04-08 15:02:49 -06:00
network_buffered_stream.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
reader_stream.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
README.md chore: add README to ext/http/ (#11958) 2021-09-08 20:48:28 +02:00
request_body.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
request_properties.rs feat(ext/net): Refactor TCP socket listeners for future clustering mode (#23037) 2024-04-08 16:18:14 -06:00
response_body.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
service.rs chore: update to Rust 1.77.2 (#23262) 2024-04-10 22:08:23 +00:00
websocket_upgrade.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00

deno_http

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