summaryrefslogtreecommitdiff
path: root/ext/http/response_body.rs
AgeCommit message (Expand)Author
2023-05-24feat(ext/http): Brotli Compression (#19216)Levente Kurusa
2023-05-18feat(ext/http): Add support for trailers w/internal API (HTTP/2 only) (#19182)Matt Mastracci
2023-05-16fix(ext/http): Ensure cancelled requests don't crash Deno.serve (#19154)Matt Mastracci
2023-05-10feat(ext/http): Automatic compression for Deno.serve (#19031)Matt Mastracci
2023-04-22feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)Matt Mastracci