summaryrefslogtreecommitdiff
path: root/ext/http/00_serve.js
AgeCommit message (Expand)Author
2023-06-14fix(ext/http): Include hostname in onListen argument (#19497)Jhan S. Álvarez
2023-06-13fix(ext/http): replace await Deno.serve with await Deno.serve().finished (#19...Matt Mastracci
2023-06-10perf(serve): hoist promise error callback (#19456)Marvin Hagemeister
2023-06-09perf: optimize ByteString checks, hoist server rid getter (#19452)Bartek Iwańczuk
2023-06-09perf(serve): hoist repeated condition (#19449)Marvin Hagemeister
2023-06-06perf(http): avoid flattening http headers (#19384)Marvin Hagemeister
2023-06-06feat(ext/node): Very basic node:http2 support (#19344)Matt Mastracci
2023-06-06refactor(core): ensureFastOps is an op-generating proxy (#19377)Matt Mastracci
2023-06-05chore: update deno_lint to 0.46.0 (#19372)Kenta Moriuchi
2023-06-02perf(ext/http): Use flat list of headers for multiple set/get methods (#19336)Kamil Ogórek
2023-05-31refactor(ext/http): Expose internal serveHttpOnListener API for HTTP2 (#19331)Matt Mastracci
2023-05-30perf(ext/http): Add a sync phase to http serving (#19321)Matt Mastracci
2023-05-19feat(ext/http): ref/unref for server (#19197)Matt Mastracci
2023-05-18feat(ext/http): Add support for trailers w/internal API (HTTP/2 only) (#19182)Matt Mastracci
2023-05-19BREAKING(unstable): change return type of Deno.serve() API (#19189)Bartek Iwańczuk
2023-05-16fix(ext/http): Ensure cancelled requests don't crash Deno.serve (#19154)Matt Mastracci
2023-05-16refactor(ext/http): simpler ws server in http_next (#19133)Luca Casonato
2023-05-08refactor: prefix ops w/ crate they are defined in (#19044)Luca Casonato
2023-05-01refactor: migrate async ops to generated wrappers (#18937)Bartek Iwańczuk
2023-05-01fix(core): Use primordials for methods (#18839)Kenta Moriuchi
2023-04-30perf(core): async op pseudo-codegen and performance work (#18887)Matt Mastracci
2023-04-27fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)Matt Mastracci
2023-04-26perf(ext/http): optimize away code based on callback length (#18849)Divy Srivastava
2023-04-26perf(ext/http): optimize for zero or one-packet response streams (#18834)Matt Mastracci
2023-04-26BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759)Bartek Iwańczuk
2023-04-26perf(ext/http): avoid spread arg deopt in op_http_wait (#18850)Divy Srivastava
2023-04-23fix(ext/http): ensure that multiple upgrades and multiple simultaneous reques...Matt Mastracci
2023-04-22feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)Matt Mastracci