Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-18 | refactor(ext/http): use concrete error types (#26377) | Leo Kettmeir | |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-12-27 | refactor: simplify hyper, http, h2 deps (#21715) | Bartek IwaĆczuk | |
Main change is that: - "hyper" has been renamed to "hyper_v014" to signal that it's legacy - "hyper1" has been renamed to "hyper" and should be the default | |||
2023-09-15 | fix(ext/http): ensure aborted bodies throw (#20503) | Matt Mastracci | |
Fixes #20502 -- ensure that Hyper errors make it through to JS. | |||
2023-04-22 | feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619) | Matt Mastracci | |
This is a rewrite of the `Deno.serve` API to live on top of hyper 1.0-rc3. The code should be more maintainable long-term, and avoids some of the slower mpsc patterns that made the older code less efficient than it could have been. Missing features: - `upgradeHttp` and `upgradeHttpRaw` (`upgradeWebSocket` is available, however). - Automatic compression is unavailable on responses. |