summaryrefslogtreecommitdiff
path: root/ext/http/00_serve.ts
AgeCommit message (Expand)Author
2024-11-13feat: OpenTelemetry Tracing API and Exporting (#26710)snek
2024-11-08feat(ext/http): abort event when request is cancelled (#26781)Divy Srivastava
2024-11-07feat(ext/http): abort signal when request is cancelled (#26761)Divy Srivastava
2024-10-17fix(net): don't try to set nodelay on upgrade streams (#26342)Nathan Whitaker
2024-09-18refactor(ext): align error messages (#25496)Ian Bull
2024-09-18fix(ext/http): gracefully handle Response.error responses (#25712)Luca Casonato
2024-09-14feat: print `Listening on` messages on stderr instead of stdout (#25491)Marvin Hagemeister
2024-09-12feat(serve): Support second parameter in deno serve (#25606)Nathan Whitaker
2024-09-06fix: invalid ipv6 hostname on `deno serve` (#25482)Marvin Hagemeister
2024-09-05fix(ext/http): do not set localhost to hostname unnecessarily (#24777)Yoshiya Hinosawa
2024-08-28refactor(ext): throw new error instead of throw error (#25272)Ian Bull
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-14feat(serve): Opt-in parallelism for `deno serve` (#24920)Nathan Whitaker
2024-08-01fix(ext/http): correctly consume response body in `Deno.serve` (#24811)Luca Casonato
2024-07-28fix(http): Adjust hostname display for Windows when using 0.0.0.0 (#24698)Yazan AbdAl-Rahman
2024-06-17fix(ext/http): actually await `goAhead` promise (#24226)Luca Casonato
2024-06-14fix(ext/node): `server.close()` does graceful shutdown (#24184)Divy Srivastava
2024-06-09fix(ext/http): print `[]` around ipv6 addresses (#24150)Luca Casonato
2024-05-23fix(runtime): use more null proto objects (#23921)Luca Casonato
2024-05-17fix: serve handler error with 0 arguments (#23652)Marvin Hagemeister
2024-04-25perf(ext/http): recover memory for serve and optimize AbortController (#23559)Matt Mastracci
2024-04-25perf(ext/http): cache abort signal error (#23548)Divy Srivastava
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-04-24feat(ext/http): Implement request.signal for Deno.serve (#23425)Matt Mastracci