summaryrefslogtreecommitdiff
path: root/ext/http/request_properties.rs
AgeCommit message (Expand)Author
2024-10-14perf(http): avoid clone getting request method and url (#26250)David Sherret
2024-04-08feat(ext/net): Refactor TCP socket listeners for future clustering mode (#23037)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-05-15refactor(ext/http): generic abstract listeners (#19132)Luca Casonato
2023-05-10refactor(core): http_next generic over request extractor (#19071)Matt Mastracci
2023-04-22feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)Matt Mastracci