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
2022-05-13 14:10:05 +02:00
..
benches perf(ext/http): faster is_content_compressible (#14383) 2022-04-24 21:45:56 +02:00
01_http.js fix(ext/http): explicitly close resource after reading (#14471) 2022-05-04 20:09:15 +05:30
Cargo.toml 1.21.3 (#14584) 2022-05-12 18:43:00 +02:00
compressible.rs perf(ext/http): faster is_content_compressible (#14383) 2022-04-24 21:45:56 +02:00
lib.rs fix(ext/http): make serveHttp compress for Accept-Encoding: deflate, gzip (#14525) 2022-05-13 14:10:05 +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.