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-08-25 00:55:32 +02:00
..
01_http.js fix(ext/http): websocket upgrade header check (#11830) 2021-08-25 00:55:32 +02:00
Cargo.toml chore: release crates for 1.13.2 (#11820) 2021-08-23 15:48:08 -04:00
lib.deno_http.unstable.d.ts Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
lib.rs test(ext/http): add test for incomplete HTTP message and fix resource leak (#11717) 2021-08-16 13:43:43 +02:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00

deno_http

This crate implements server-side HTTP based on primitives from the Fetch API.