deno/ext/http
2021-11-09 12:10:21 +01:00
..
01_http.js Revert "refactor(ext/http): rewrite hyper integration and fix bug (#12332)" (#12704) 2021-11-09 12:10:21 +01:00
Cargo.toml chore: update to Rust edition 2021 (#12578) 2021-11-02 10:03:37 -04:00
lib.rs Revert "refactor(ext/http): rewrite hyper integration and fix bug (#12332)" (#12704) 2021-11-09 12:10:21 +01: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.