1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00
denoland-deno/ext/http
denobot 29c8cd8aae
1.21.0 (#14336)
Co-authored-by: ry <ry@users.noreply.github.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
2022-04-20 21:50:16 -04:00
..
01_http.js Revert various PRs related to "ext/http" (#14339) 2022-04-21 02:22:55 +02:00
Cargo.toml 1.21.0 (#14336) 2022-04-20 21:50:16 -04:00
compressible.rs experiment(serde_v8): derive_more enabled opaque wrappers (#14096) 2022-04-02 14:37:11 +02:00
lib.rs Revert various PRs related to "ext/http" (#14339) 2022-04-21 02:22:55 +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.