summaryrefslogtreecommitdiff
path: root/cli/tests/unit/fetch_test.ts
AgeCommit message (Expand)Author
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2024-02-07chore(cli): Use @test_util for relative path for unit tests (#22327)Matt Mastracci
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-31fix(http_client): Fix Deno.createHttpClient to accept poolIdleTimeout paramet...Raashid Anwar
2023-12-06feat(ext/fetch): allow `Deno.HttpClient` to be declared with `using` (#21453)Yusuke Tanaka
2023-12-01refactor: use resourceForReadableStream for fetch (#20217)Matt Mastracci
2023-11-10chore(cli): Migrate some unit tests to "Promise.withResolvers()" (#21128)Tareque Md Hanif
2023-09-26fix(cli/test): clear connection pool after tests (#20680)Luca Casonato
2023-09-16perf: improve async op santizer speed and accuracy (#20501)Luca Casonato
2023-08-16fix: release ReadeableStream in fetch (#17365)Leo Kettmeir
2023-07-31chore(cli): Reduce port conflict in tests (#19988)Matt Mastracci
2023-07-28feat: Deno.createHttpClient allowHost (#19689)Leo Kettmeir
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-05-22chore(cli): One Rust test per JS and Node unit test file (#19199)Matt Mastracci
2023-05-21fix(ci): simplify test assertion for http version enforcing with Deno.createH...Leo Kettmeir
2023-05-21feat(unstable): add more options to Deno.createHttpClient (#17385)Leo Kettmeir
2023-05-17fix: support "fetch" over HTTPS for IP addresses (#18499)Bartek Iwańczuk
2023-04-28fix(ext/fetch): subview Uint8Array in Req/Resp (#18890)Luca Casonato
2023-03-22test: ignore fetchWithInvalidContentLength and fetchConnectionError on Window...Bartek Iwańczuk
2023-03-22test: mark two unit tests as flaky (#18344)Bartek Iwańczuk
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-19test(ext/fetch): fix test in release mode (#17125)Luca Casonato
2022-12-19fix(ext/fetch): handle errors in req body stream (#17081)Luca Casonato
2022-12-06fix(ext/fetch): new Request should soft clone (#16869)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-28feat: implement Web Cache API (#15829)Satya Rohith
2022-09-27fix(ext/fetch): blob url (#16057)Satya Rohith
2022-09-26perf(ext/fetch): use content-length in InnerBody.consume (#15925)Marcos Casagrande
2022-09-23test(ext/fetch): enable null body status test on windows (#15995)Marcos Casagrande
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-09-06perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)Divy Srivastava
2022-08-23fix(ext/fetch): ignore user content-length header (#15555)Luca Casonato
2022-07-20chore: use import.meta.resolve() in tests (#15256)Bartek Iwańczuk
2022-07-20chore: align some Web API type definitions to lib.dom.d.ts (#15219)ayame113
2022-06-19fix(ext/fetch): add `accept-language` default header to fetch (#14882)Mark Ladyshau
2022-05-18fix: add types for `Response.json` (#14655)Luca Casonato
2022-03-16feat(ext/fetch): Allow Response status 101 (#13969)Ryan Dahl
2022-02-16tests: deflake a bunch of net related tests (#13685)Luca Casonato
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2021-12-16feat(fetch): support abort reasons in fetch (#13106)Andreu Botella
2021-11-23refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)Bartek Iwańczuk
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-25fix(tls): Make TLS clients support HTTP/2 (#12530)Andreu Botella
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-23test(cli): align unit test permissions with runtime test permissions (#12189)Casper Beyer
2021-09-22chore: replace calls to assertThrowsAsync with assertRejects (#12176)Casper Beyer