deno/ext/http
denobot 4c1cdfc9a4
2.5.1 (#30753)
Bumped versions for 2.5.1

---------

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-09-17 01:58:00 +02:00
..
benches chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
00_serve.ts fix(http): duplicate listener should inherit onError and signal (#30680) 2025-09-10 17:41:13 +02:00
01_http.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
02_websocket.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
Cargo.toml 2.5.1 (#30753) 2025-09-17 01:58:00 +02:00
compressible.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
fly_accept_encoding.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
http_next.rs fix: android build (#30360) 2025-08-12 15:47:18 +02:00
lib.rs fix: android build (#30360) 2025-08-12 15:47:18 +02:00
network_buffered_stream.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
reader_stream.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
README.md chore: add README to ext/http/ (#11958) 2021-09-08 20:48:28 +02:00
request_body.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
request_properties.rs fix: android build (#30360) 2025-08-12 15:47:18 +02:00
response_body.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
service.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
websocket_upgrade.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00

deno_http

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