summaryrefslogtreecommitdiff
path: root/ext/http/response_body.rs
AgeCommit message (Expand)Author
2024-08-02perf(ext/http): Reduce size of `ResponseBytesInner` (#24840)Nathan Whitaker
2024-06-20refactor(ext): remove use of `brotli::ffi` (#24214)ud2
2024-05-28fix(ext/http): flush gzip streaming response (#23991)Bartek Iwańczuk
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-04-24feat(ext/http): Implement request.signal for Deno.serve (#23425)Matt Mastracci
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27refactor: simplify hyper, http, h2 deps (#21715)Bartek Iwańczuk
2023-12-22chore: update ext/http to hyper 1.0.1 and http 1.0 (#21588)Bartek Iwańczuk
2023-11-13refactor(ext/http): Use HttpRecord as response body to track until body compl...Laurence Rowe
2023-11-13refactor(ext/http): refer to HttpRecord directly using v8::External (#20770)Laurence Rowe
2023-09-25fix(ext/http): ensure that resources are closed when request is cancelled (#2...Matt Mastracci
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-21fix(ext/http): ensure request body resource lives as long as response is aliv...Matt Mastracci
2023-08-17feat(ext/web): resourceForReadableStream (#20180)Matt Mastracci
2023-07-07fix(ext/http): Use brotli compression params (#19758)Matt Mastracci
2023-05-28fix(ext/http): fix a possible memleak in Brotli (#19250)Levente Kurusa
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