Automatic Body Compression #16134
FergoTheGreat
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Deno has code written in Rust to automatically compress HTTP responses on-the-fly. It would be nice if this functionality was somehow exposed through an API so that you could use it to compress a response once, cache it, and then return the compressed response multiple times without having to let Deno re-compress it every time.
Beta Was this translation helpful? Give feedback.
All reactions