summaryrefslogtreecommitdiff
path: root/ext/http
AgeCommit message (Expand)Author
2022-09-22chore: forward v1.25.4 release commit to main (#16001)David Sherret
2022-09-16upgrade deps (#15914)Ryan Dahl
2022-09-15chore: forward v1.25.3 release commit to main (#15919)Colin Ihrig
2022-09-09chore: forward v1.25.2 release commit to main (#15831)denobot
2022-09-08chore: update url crate to 2.3.1 (#15818)Leo Kettmeir
2022-09-02chore: forward v1.25.1 release commit to main (#15735)denobot
2022-08-25v1.25.0Bartek Iwańczuk
2022-08-24feat(ext/flash): split upgradeHttp into two APIs (#15557)Luca Casonato
2022-08-18feat(ext/flash): An optimized http/1.1 server (#15405)Divy Srivastava
2022-08-17refactor(fetch/request): use callback for url and method (#15483)Leo Kettmeir
2022-08-11chore: forward v1.24.3 release commit to main (#15462)denobot
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-08-05chore: forward v1.24.2 release commit to main (#15410)denobot
2022-07-29Forward 1.24.1 to main (#15333) (#15336)Colin Ihrig
2022-07-211.24.0 (#15262)denobot
2022-07-12chore: forward v1.23.4 release commit to main (#15172)Colin Ihrig
2022-07-12fix(ext/http): reading headers with ongoing body reader (#15161)Divy Srivastava
2022-07-06fix(ext/http) nextRequest return type annotation from ResponseEvent to Reques...Zach
2022-07-051.23.3 (#15081)denobot
2022-07-04perf(ext/http): remove accept_encoding interior mutability (#15070)Divy Srivastava
2022-07-04perf(ext/http): simplify op_http_accept (#15067)Divy Srivastava
2022-07-04perf(ext/http): lazy load headers (#15055)Divy Srivastava
2022-06-30chore: forward 1.23.2 to main (#15027)David Sherret
2022-06-23v1.23.1 (#14954)Kayla Washburn
2022-06-151.23.0 (#14878)denobot
2022-06-09chore: Forward v1.22.3 to main (#14835)Colin Ihrig
2022-06-02chore: Forward v1.22.2 to main (#14785)Bartek Iwańczuk
2022-05-271.22.1Kitson Kelly
2022-05-23fix(ext/websocket): WebSocket dispatch single close event (#13443)Leo Kettmeir
2022-05-181.22.0 (#14657)denobot
2022-05-18perf(ext/http): faster accept-encoding parsing (#14654)Aaron O'Mullan
2022-05-18fix(ext/http): no response body reader when cancelling during shutdown (#14653)Divy Srivastava
2022-05-17fix(ext/http): error on invalid headers (#14642)Aaron O'Mullan
2022-05-17fix(ext/http): skip auto-compression if content-encoding present (#14641)Aaron O'Mullan
2022-05-13fix(ext/http): make serveHttp compress for Accept-Encoding: deflate, gzip (#1...Andy Kurnia
2022-05-13feat(serde_v8): bytes::Bytes support (#14412)Aaron O'Mullan
2022-05-121.21.3 (#14584)Bert Belder
2022-05-10cleanup(ext/http): simpler http write ops (#14552)Aaron O'Mullan
2022-05-051.21.2 (#14508)Colin Ihrig
2022-05-05chore: update deps (#14416)Luca Casonato
2022-05-04fix(ext/http): explicitly close resource after reading (#14471)Divy Srivastava
2022-04-28Forward 1.21.1 (#14428)Leo Kettmeir
2022-04-25chore: deno_http v0.43.1 (#14392)Aaron O'Mullan
2022-04-25fix(ext/http): truncate read bytes when streaming bodies (#14389)Divy Srivastava
2022-04-25perf(ext/http): fast path for uncompressed bodies (#14366)Divy Srivastava
2022-04-24perf(ext/http): faster is_content_compressible (#14383)Aaron O'Mullan
2022-04-24perf(serde_v8): zero-copy StringOrBuffer (#14381)Aaron O'Mullan
2022-04-22chore: bump crates (#14365)Luca Casonato
2022-04-22Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)Divy Srivastava
2022-04-21Reland "feat(ext/http): stream auto resp body compression" (#14345)Divy Srivastava