summaryrefslogtreecommitdiff
path: root/ext/http/lib.rs
AgeCommit message (Expand)Author
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
2021-09-25fix(ext/http): fortify "is websocket?" check (#12179)Ben Noordhuis
2021-08-31fix: move unstable declarations to deno.unstable (#11876)Luca Casonato
2021-08-16test(ext/http): add test for incomplete HTTP message and fix resource leak (#...Bartek Iwańczuk
2021-08-15refactor(ops): return BadResource errors in ResourceTable calls (#11710)Aaron O'Mullan
2021-08-15perf(ext/http): faster req_url string assembly (#11711)Aaron O'Mullan
2021-08-14cleanup(ext/http): simplify cookie header handling (#11704)Aaron O'Mullan
2021-08-14cleanup(ext/http): simplify op_http_request_next (#11691)Aaron O'Mullan
2021-08-13fix(http/ws): support multiple options in connection header (#11675)Leo K
2021-08-13fix(ext/http): remove unwrap() when HTTP conn errors (#11674)Bartek Iwańczuk
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl