index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
unit
/
fetch_test.ts
Age
Commit message (
Expand
)
Author
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-23
fix(ext/fetch): Guard against invalid URL before its used by reqwest (#17164)
Kamil Ogórek
2022-12-19
test(ext/fetch): fix test in release mode (#17125)
Luca Casonato
2022-12-19
fix(ext/fetch): handle errors in req body stream (#17081)
Luca Casonato
2022-12-06
fix(ext/fetch): new Request should soft clone (#16869)
Luca Casonato
2022-10-09
feat(core): improve resource read & write traits (#16115)
Luca Casonato
2022-10-04
perf(ext/fetch): consume body using ops (#16038)
Marcos Casagrande
2022-09-28
feat: implement Web Cache API (#15829)
Satya Rohith
2022-09-27
fix(ext/fetch): blob url (#16057)
Satya Rohith
2022-09-26
perf(ext/fetch): use content-length in InnerBody.consume (#15925)
Marcos Casagrande
2022-09-23
test(ext/fetch): enable null body status test on windows (#15995)
Marcos Casagrande
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-09-06
perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)
Divy Srivastava
2022-08-23
fix(ext/fetch): ignore user content-length header (#15555)
Luca Casonato
2022-07-20
chore: use import.meta.resolve() in tests (#15256)
Bartek Iwańczuk
2022-07-20
chore: align some Web API type definitions to lib.dom.d.ts (#15219)
ayame113
2022-06-19
fix(ext/fetch): add `accept-language` default header to fetch (#14882)
Mark Ladyshau
2022-05-18
fix: add types for `Response.json` (#14655)
Luca Casonato
2022-03-16
feat(ext/fetch): Allow Response status 101 (#13969)
Ryan Dahl
2022-02-16
tests: deflake a bunch of net related tests (#13685)
Luca Casonato
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2021-12-16
feat(fetch): support abort reasons in fetch (#13106)
Andreu Botella
2021-11-23
refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)
Bartek Iwańczuk
2021-11-09
fix(fetch): set content-length for empty POST/PUT (#12703)
Luca Casonato
2021-11-01
feat(ext/fetch): support fetching local files (#12545)
Kitson Kelly
2021-10-25
fix(tls): Make TLS clients support HTTP/2 (#12530)
Andreu Botella
2021-09-30
feat(tls): custom in memory CA certificates (#12219)
Luca Casonato
2021-09-29
fix(ext/fetch): avoid panic when header is invalid (#12244)
Ahab
2021-09-23
test(cli): align unit test permissions with runtime test permissions (#12189)
Casper Beyer
2021-09-22
chore: replace calls to assertThrowsAsync with assertRejects (#12176)
Casper Beyer
2021-09-17
chore(tests): fix flaky fetchPostBodyTypedArray (#12104)
David Sherret
2021-09-13
fix(ext/fetch): Properly cancel upload stream when aborting (#11966)
Nayeem Rahman
2021-08-25
feat(fetch): mTLS client certificates for fetch() (#11721)
Sean Michael Wykes
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-08-05
refactor(cli/tests): remove unnecessary void return types (#11577)
Leo K
2021-08-02
Revert "fix(extensions/fetch): Add Origin header to outgoing requests for fet...
Bartek Iwańczuk
2021-08-02
fix(extensions/fetch): Add Origin header to outgoing requests for fetch (#11557)
Feng Yu
2021-07-20
tests: re-enable disabled Response.formData test (#11453)
Luca Casonato
2021-07-05
refactor: asynchronous blob backing store (#10969)
Jimmy Wärting
2021-07-05
fix(fetch): OPTIONS should be allowed a non-null body (#11242)
Craig Morten
2021-06-30
fix: panic in request body streaming (#11191)
Luca Casonato
2021-06-22
fix(extensions/fetch): Filter out custom HOST headers (#11020)
Vladimir Ivanov
2021-05-26
fix(fetch): make prototype properties writable (#10769)
Luca Casonato
2021-05-03
fix(op_crates/fetch): check fetch() argument length (#10474)
Anonymous
2021-04-29
fix(op_crate/fetch): infinite loop on fill headers (#10406)
William Perron
2021-04-20
chore: align fetch to spec (#10203)
Luca Casonato
2021-04-19
chore: align `Headers` to spec (#10199)
Luca Casonato
2021-04-09
chore: upgrade dependencies (#10094)
Bartek Iwańczuk
2021-04-06
chore: deprecate Deno.Buffer and read/write utils (#9793)
Luca Casonato
2021-03-18
fix: fallback to default UA and CA data for Deno.createHttpClient() (#9830)
Aaron O'Mullan
[next]