summaryrefslogtreecommitdiff
path: root/ext/http/00_serve.js
AgeCommit message (Expand)Author
2024-04-24feat(ext/http): Implement request.signal for Deno.serve (#23425)Matt Mastracci
2024-04-19feat(ext/http): Add `addr` to HttpServer (#23442)Matt Mastracci
2024-04-08refactor(ext/tls): use cppgc to deduplicate the tls key loading code (#23289)Matt Mastracci
2024-01-26refactor: migrate extensions to virtual ops module (#22135)Bartek Iwańczuk
2024-01-26chore: upgrade deno_core (#22124)Bartek Iwańczuk
2024-01-25fix: don't use public rid accessors in internal APIs (#22091)Bartek Iwańczuk
2024-01-22feat(unstable): remove Deno.upgradeHttp API (#21856)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-11-13refactor(ext/http): Use HttpRecord as response body to track until body compl...Laurence Rowe
2023-11-13refactor(ext/http): refer to HttpRecord directly using v8::External (#20770)Laurence Rowe
2023-11-09perf: remove knowledge of promise IDs from deno (#21132)Matt Mastracci
2023-11-07fix(ext/http): Throwing Error if the return value of Deno.serve handler is no...Aravind
2023-11-01feat: disposable Deno resources (#20845)Luca Casonato
2023-10-27fix(ext/http): patch regression in variadic args to serve handler (#20796)Jared Flatow
2023-10-09fix(ext/http): Deno.Server should not be thenable (#20723)Luca Casonato
2023-10-04feat(unstable): add unix domain socket support to Deno.serve (#20759)Yoshiya Hinosawa
2023-09-12fix(ext/http): create a graceful shutdown API (#20387)Matt Mastracci
2023-09-07feat: support import attributes (#20342)David Sherret
2023-08-21fix(ext/http): ensure request body resource lives as long as response is aliv...Matt Mastracci
2023-08-17feat(ext/web): resourceForReadableStream (#20180)Matt Mastracci
2023-08-10perf(ext/http): use ServeHandlerInfo class instead of object literal (#20122)Marcos Casagrande
2023-08-03refactor: rewrite http_next ops to use op2 macro (#19934)Bartek Iwańczuk
2023-07-30fix(Deno.serve): accessing .url on cloned request throws (#19869)Felipe Baltor
2023-07-19fix(ext/http): Error on deprecated/unavailable features (#19880)Matt Mastracci
2023-07-04feat: Stabilize Deno.serve() API (#19141)Bartek Iwańczuk
2023-07-03fix(ext/http): Catch errors in eager stream timeout to avoid uncaught promise...Matt Mastracci
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