deno/ext/http
2021-08-23 15:48:08 -04:00
..
01_http.js fix(ext/http): resource leak on HttpConn.close() (#11805) 2021-08-23 16:15:59 +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.