summaryrefslogtreecommitdiff
path: root/ext/http/lib.rs
AgeCommit message (Expand)Author
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-20fix(ext/http): close stream on resp body error (#17126)Luca Casonato
2022-11-04fix(ext/http): flush chunk when streaming resource (#16536)Luca Casonato
2022-10-09feat(core): improve resource read & write traits (#16115)Luca Casonato
2022-10-04perf(ext/fetch): consume body using ops (#16038)Marcos Casagrande
2022-09-30refactor(ext/http): remove op_http_read (#16096)Luca Casonato
2022-08-18feat(ext/flash): An optimized http/1.1 server (#15405)Divy Srivastava
2022-07-12fix(ext/http): reading headers with ongoing body reader (#15161)Divy Srivastava
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-05-18perf(ext/http): faster accept-encoding parsing (#14654)Aaron O'Mullan
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-10cleanup(ext/http): simpler http write ops (#14552)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-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
2022-04-21Revert various PRs related to "ext/http" (#14339)Bartek IwaƄczuk
2022-04-20feat(ext/http): stream auto resp body compression (#14325)Luca Casonato
2022-04-20core: introduce `resource.read_return` (#14331)Divy Srivastava
2022-04-20perf(http): optimize `ReadableStream`s backed by a resource (#14284)Divy Srivastava
2022-04-04chore(ext/http): custom arity (#14200)Divy Srivastava
2022-04-02experiment(serde_v8): derive_more enabled opaque wrappers (#14096)Aaron O'Mullan
2022-03-21perf(http): avoid per header alloc (#14051)Aaron O'Mullan
2022-03-16feat(unstable): Add Deno.upgradeHttp API (#13618)Bert Belder
2022-03-16feat(ops): optional OpState (#13954)Aaron O'Mullan
2022-03-14feat(ops): custom arity (#13949)Aaron O'Mullan
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
2022-03-07fix(ext/http): drop content-length header on compression (#13866)Satya Rohith
2022-03-04feat(ext/http): auto-compression of fixed response bodies (#13769)Kitson Kelly
2022-02-16feat: deno vendor (#13670)David Sherret
2022-02-16feat(ext/http): add support for unix domain sockets (#13628)ylxdzsw
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-11-10refactor(ext/http): rewrite hyper integration and fix bug (#12732)Bert Belder
2021-11-09Revert "refactor(ext/http): rewrite hyper integration and fix bug (#12332)" (...Luca Casonato
2021-11-08refactor(ext/http): rewrite hyper integration and fix bug (#12332)Bert Belder
2021-10-26fix(ext/http): allow multiple values in upgrade header for websocket (#12551)Leo K
2021-10-26perf(http): encode string bodies in op-layer (#12451)Aaron O'Mullan
2021-10-17docs(ext/http): fix typo in http/lib.rs (#12466)Ikko Ashimine
2021-10-11fix(http): don't expose body on GET/HEAD requests (#12260)Luca Casonato
2021-10-05chore: various op cleanup (#12329)Leo K
2021-09-26fix(ext/http): include port number in h2 urls (#12181)Ben Noordhuis
2021-09-25fix(http): panic when responding to a closed conn (#12216)Aaron O'Mullan