0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-21 04:42:51 -05:00
denoland-deno/ext/http
denobot aa23ccd1ae
1.39.3 (#21913)
Bumped versions for 1.39.3

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-01-12 15:58:36 +01:00
..
benches chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
00_serve.js refactor: use core.ensureFastOps() (#21888) 2024-01-12 13:22:09 +01:00
01_http.js refactor: use core.ensureFastOps() (#21888) 2024-01-12 13:22:09 +01:00
Cargo.toml 1.39.3 (#21913) 2024-01-12 15:58:36 +01:00
compressible.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
fly_accept_encoding.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
http_next.rs chore: upgrade deno_core to 0.244.0 (#21859) 2024-01-12 13:22:08 +01:00
lib.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
network_buffered_stream.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
reader_stream.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01: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-04 20:34:51 +01:00
request_properties.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
response_body.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
service.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
websocket_upgrade.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00

deno_http

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