0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-11 14:47:26 -04:00
deno/ext/http
Divy Srivastava 9be8f61f52
chore: use rustfmt imports_granularity option (#17421)
Closes https://github.com/denoland/deno/issues/2699
Closes https://github.com/denoland/deno/issues/2347

Uses unstable rustfmt features. Since dprint invokes `rustfmt` we do not
need to switch the cargo toolchain to nightly. Do we care about
formatting stability of our codebase across Rust versions? (I don't)
2023-01-16 21:35:00 +01:00
..
benches chore: use rustfmt imports_granularity option (#17421) 2023-01-16 21:35:00 +01:00
01_http.js fix(ext/fetch) Fix request clone error in flash server (#16174) 2023-01-16 21:35:00 +01:00
Cargo.toml 1.29.3 (#17395) 2023-01-13 12:17:13 -05:00
compressible.rs chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
lib.rs feat(core): allow specifying name and dependencies of an Extension (#17301) 2023-01-13 11:20:13 -05:00
reader_stream.rs chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +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.