0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 20:25:12 -05:00
denoland-deno/extensions/http
Bartek Iwańczuk 3a2e94492b
feat: stabilize Deno.serveHttp() (#11544)
This commit moves "Deno.serveHttp()" and related types
to stable namespace.
2021-08-02 14:40:46 +02:00
..
01_http.js BREAKING(unstable): Rename Deno.WebSocketUpgrade::websocket to socket (#11542) 2021-07-28 13:13:14 +02:00
Cargo.toml chore: release crates (#11519) 2021-07-26 15:45:40 +02:00
lib.deno_http.unstable.d.ts feat: stabilize Deno.serveHttp() (#11544) 2021-08-02 14:40:46 +02:00
lib.rs fix(ext/http): correctly concat cookie headers (#11422) 2021-07-16 16:31:16 +02:00
README.md refactor: deno_http op crate (#11335) 2021-07-12 12:44:49 +02:00

deno_http

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