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
2021-09-29 11:55:10 -07:00
..
01_http.js fix(ext/http): merge identical if/else branches (#12269) 2021-09-29 11:55:10 -07:00
Cargo.toml chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
lib.rs fix(ext/http): include port number in h2 urls (#12181) 2021-09-26 20:26:16 +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.