summaryrefslogtreecommitdiff
path: root/ext/http/websocket_upgrade.rs
AgeCommit message (Expand)Author
2024-10-18refactor(ext/http): use concrete error types (#26377)Leo Kettmeir
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-07-13chore: update to Rust 1.71 (#19822)Matt Mastracci
2023-04-27fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)Matt Mastracci
2023-04-02feat(ext/http): add an op to perform raw HTTP upgrade (#18511)Matt Mastracci