index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
http
/
service.rs
Age
Commit message (
Expand
)
Author
2024-11-08
feat(ext/http): abort event when request is cancelled (#26781)
Divy Srivastava
2024-10-18
refactor(ext/http): use concrete error types (#26377)
Leo Kettmeir
2024-08-02
perf(ext/http): Reduce size of `ResponseBytesInner` (#24840)
Nathan Whitaker
2024-04-24
feat(ext/http): Implement request.signal for Deno.serve (#23425)
Matt Mastracci
2024-04-10
chore: update to Rust 1.77.2 (#23262)
林炳权
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-27
refactor: simplify hyper, http, h2 deps (#21715)
Bartek Iwańczuk
2023-12-22
chore: update ext/http to hyper 1.0.1 and http 1.0 (#21588)
Bartek Iwańczuk
2023-11-27
chore(ext/http): fix E0446 on some compiler versions (#21362)
Matt Mastracci
2023-11-23
fix(ext/http): avoid lockup in graceful shutdown (#21253)
Matt Mastracci
2023-11-13
refactor(ext/http): Use HttpRecord as response body to track until body compl...
Laurence Rowe
2023-11-13
perf(ext/http): Object pooling for HttpRecord and HeaderMap (#20809)
Laurence Rowe
2023-11-13
refactor(ext/http): refer to HttpRecord directly using v8::External (#20770)
Laurence Rowe