summaryrefslogtreecommitdiff
path: root/ext/http/service.rs
AgeCommit message (Expand)Author
2024-11-08feat(ext/http): abort event when request is cancelled (#26781)Divy Srivastava
2024-10-18refactor(ext/http): use concrete error types (#26377)Leo Kettmeir
2024-08-02perf(ext/http): Reduce size of `ResponseBytesInner` (#24840)Nathan Whitaker
2024-04-24feat(ext/http): Implement request.signal for Deno.serve (#23425)Matt Mastracci
2024-04-10chore: update to Rust 1.77.2 (#23262)林炳权
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-27chore(ext/http): fix E0446 on some compiler versions (#21362)Matt Mastracci
2023-11-23fix(ext/http): avoid lockup in graceful shutdown (#21253)Matt Mastracci
2023-11-13refactor(ext/http): Use HttpRecord as response body to track until body compl...Laurence Rowe
2023-11-13perf(ext/http): Object pooling for HttpRecord and HeaderMap (#20809)Laurence Rowe
2023-11-13refactor(ext/http): refer to HttpRecord directly using v8::External (#20770)Laurence Rowe