summaryrefslogtreecommitdiff
path: root/ext/fetch/lib.rs
AgeCommit message (Expand)Author
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
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-23fix(ext/fetch): Guard against invalid URL before its used by reqwest (#17164)Kamil Ogórek
2022-12-19fix(ext/fetch): handle errors in req body stream (#17081)Luca Casonato
2022-10-24fix(ext/fetch): fix `size_hint` on response body resource (#16254)Marcos Casagrande
2022-10-17fix(ext/fetch): set accept-encoding: identity if range header is present (#16...Marcos Casagrande
2022-10-12fix(ext/fetch): throw TypeError on read failure (#16219)Marcos Casagrande
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-27feat: Add requesting API name to permission prompt (#15936)Bartek Iwańczuk
2022-09-26perf(ext/fetch): use content-length in InnerBody.consume (#15925)Marcos Casagrande
2022-08-23fix(ext/fetch): ignore user content-length header (#15555)Luca Casonato
2022-04-23chore(ext/fetch): custom arity (#14198)Divy Srivastava
2022-04-22Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)Divy Srivastava
2022-04-21Revert various PRs related to "ext/http" (#14339)Bartek Iwańczuk
2022-04-20core: introduce `resource.read_return` (#14331)Divy Srivastava
2022-04-02experiment(serde_v8): derive_more enabled opaque wrappers (#14096)Aaron O'Mullan
2022-03-17fix: cargo publish fails without absolute paths (#13993)Ryan Dahl
2022-03-14feat(ops): custom arity (#13949)Aaron O'Mullan
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
2022-03-14chore: improve build times for `ext/` changes (#13927)Divy Srivastava
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-03refactor(ext/fetch): pass opstate in `FetchHandler::fetch_file`Leo Kettmeir
2021-12-01refactor: cli doesn't need to depend on deno_tls (#12952)Ryan Dahl
2021-11-29refactor: remove deno_fetch::HttpClientDefaults (#12931)Ryan Dahl
2021-11-28refactor: add deno_fetch::Options for init (#12904)Ryan Dahl
2021-11-09feat(core): streams (#12596)Aaron O'Mullan
2021-11-09fix(fetch): set content-length for empty POST/PUT (#12703)Luca Casonato
2021-11-01feat(ext/fetch): support fetching local files (#12545)Kitson Kelly
2021-10-31cleanup(ext/fetch): consistent op names (#12612)Aaron O'Mullan
2021-10-05chore: various op cleanup (#12329)Leo K
2021-10-04chore: remove No*Permissions structs (#12316)Luca Casonato
2021-09-30feat(tls): custom in memory CA certificates (#12219)Luca Casonato
2021-09-29fix(ext/fetch): avoid panic when header is invalid (#12244)Ahab
2021-09-08fix: a `Request` whose URL is a revoked blob URL should still fetch (#11947)Andreu Botella
2021-08-25feat(fetch): mTLS client certificates for fetch() (#11721)Sean Michael Wykes
2021-08-16feat(runtime): support classic workers for internal testing (#11338)Andreu Botella
2021-08-15refactor(ops): return BadResource errors in ResourceTable calls (#11710)Aaron O'Mullan
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl