0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/ext/http
denobot e7ea4edc8a
1.23.0 (#14878)
* 1.23.0

* docs(Releases.md): update a few items for 1.23

* docs(Releases.md): revert bad formatting

Co-authored-by: aslilac <aslilac@users.noreply.github.com>
Co-authored-by: McKayla Washburn <mckayla@hey.com>
2022-06-15 17:02:18 -06:00
..
benches perf(ext/http): faster is_content_compressible (#14383) 2022-04-24 21:45:56 +02:00
01_http.js fix(ext/websocket): WebSocket dispatch single close event (#13443) 2022-05-23 13:21:11 +02:00
Cargo.toml 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
compressible.rs perf(ext/http): faster is_content_compressible (#14383) 2022-04-24 21:45:56 +02:00
lib.rs perf(ext/http): faster accept-encoding parsing (#14654) 2022-05-18 16:14:23 +02:00
README.md chore: add README to ext/http/ (#11958) 2021-09-08 20:48:28 +02:00

deno_http

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