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
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-02-07
chore(cli): Use @test_util for relative path for unit tests (#22327)
Matt Mastracci
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-31
fix(http_client): Fix Deno.createHttpClient to accept poolIdleTimeout paramet...
Raashid Anwar
2023-12-06
feat(ext/fetch): allow `Deno.HttpClient` to be declared with `using` (#21453)
Yusuke Tanaka
2023-12-01
refactor: use resourceForReadableStream for fetch (#20217)
Matt Mastracci
2023-11-10
chore(cli): Migrate some unit tests to "Promise.withResolvers()" (#21128)
Tareque Md Hanif
2023-09-26
fix(cli/test): clear connection pool after tests (#20680)
Luca Casonato
2023-09-16
perf: improve async op santizer speed and accuracy (#20501)
Luca Casonato
2023-08-16
fix: release ReadeableStream in fetch (#17365)
Leo Kettmeir
2023-07-31
chore(cli): Reduce port conflict in tests (#19988)
Matt Mastracci
2023-07-28
feat: Deno.createHttpClient allowHost (#19689)
Leo Kettmeir
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-05-22
chore(cli): One Rust test per JS and Node unit test file (#19199)
Matt Mastracci
2023-05-21
fix(ci): simplify test assertion for http version enforcing with Deno.createH...
Leo Kettmeir
2023-05-21
feat(unstable): add more options to Deno.createHttpClient (#17385)
Leo Kettmeir
2023-05-17
fix: support "fetch" over HTTPS for IP addresses (#18499)
Bartek Iwańczuk
2023-04-28
fix(ext/fetch): subview Uint8Array in Req/Resp (#18890)
Luca Casonato
2023-03-22
test: ignore fetchWithInvalidContentLength and fetchConnectionError on Window...
Bartek Iwańczuk
2023-03-22
test: mark two unit tests as flaky (#18344)
Bartek Iwańczuk
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
[next]