mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
9f26ca4509
This commit makes http server parameters configurable on the extension initialization via two callbacks users can provide. The main motivation behind this change is to allow `deno_http` users to tune the HTTP/2 server to suit their needs, although Deno CLI users will not benefit from it as no JavaScript interface is exposed to set these parameters currently. It is up to users whether to provide hook functions. If not provided, the default configuration from hyper crate will be used. |
||
---|---|---|
.. | ||
benches | ||
00_serve.ts | ||
01_http.js | ||
02_websocket.ts | ||
Cargo.toml | ||
compressible.rs | ||
fly_accept_encoding.rs | ||
http_next.rs | ||
lib.rs | ||
network_buffered_stream.rs | ||
reader_stream.rs | ||
README.md | ||
request_body.rs | ||
request_properties.rs | ||
response_body.rs | ||
service.rs | ||
websocket_upgrade.rs |