0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00
denoland-deno/ext
Matt Mastracci 234cef982c
feat(ext/http): Automatic compression for Deno.serve (#19031)
`Content-Encoding: gzip` support for `Deno.serve`. This doesn't support
Brotli (`br`) yet, however it should not be difficult to add. Heuristics
for compression are modelled after those in `Deno.serveHttp`.

Tests are provided to ensure that the gzip compression is correct. We
chunk a number of different streams (zeros, hard-to-compress data,
already-gzipped data) in a number of different ways (regular, random,
large/small, small/large).
2023-05-10 13:23:14 +02:00
..
broadcast_channel chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
cache chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
console chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
crypto fix(core): let V8 drive extension ESM loads (#18997) 2023-05-09 12:37:13 +02:00
fetch chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
ffi perf(ext/ffi): Use Box<[NativeType]> in CallbackInfo parameters (#19032) 2023-05-08 10:57:38 +03:00
fs refactor: prefix ops w/ crate they are defined in (#19044) 2023-05-08 23:07:45 +02:00
http feat(ext/http): Automatic compression for Deno.serve (#19031) 2023-05-10 13:23:14 +02:00
io refactor(ext/node): combine deno_node::Fs with deno_fs::FileSystem (#18991) 2023-05-05 16:44:24 +00:00
kv chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
napi chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
net chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
node chore(node/stream): unbundle/unminify readable-streams (#19045) 2023-05-10 12:30:02 +02:00
tls chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
url bench: fix benchmarks with extensions (#19059) 2023-05-09 22:53:37 +02:00
web bench: fix benchmarks with extensions (#19059) 2023-05-09 22:53:37 +02:00
webidl bench: fix benchmarks with extensions (#19059) 2023-05-09 22:53:37 +02:00
websocket chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
webstorage chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00