summaryrefslogtreecommitdiff
path: root/js/fetch_test.ts
AgeCommit message (Expand)Author
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl
2019-09-20dial/listen API change (#3000)Ryan Dahl
2019-09-11fix: panic during fetch (#2925)Bartek Iwańczuk
2019-09-11feat: Set user agent for http client (#2916)Bartek Iwańczuk
2019-09-07fetch: implement bodyUsed (#2877)Yoshiya Hinosawa
2019-09-02ops/fetch: add statusText (#2851)Yoshiya Hinosawa
2019-08-30Use 'reqwest' to implement HTTP client (#2822)Bartek Iwańczuk
2019-08-16fix: set response.url (#2782)Yoshiya Hinosawa
2019-06-24feat: fetch() now handles redirects (#2561)Long(Tony) Lian
2019-06-22fetch: make body async iterable (#2563)Yoshiya Hinosawa
2019-05-31use body when Request instance is passed to fetch (fixes #2433) (#2435)Kurt Mackey
2019-05-02Re-enable networking unit tests (#2268)Ryan Dahl
2019-05-01Add Request global constructor (#2253)Kurt Mackey
2019-04-21Fix eslint warnings (#2151)Ryan Dahl
2019-03-06Upgrade deno_std (#1892)Ryan Dahl
2019-02-12Add Deno global namespace (#1748)Kitson Kelly
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2019-01-17Revert "fix: fix fetch tests (#1535)"Ryan Dahl
2019-01-16fix: fix fetch tests (#1535)Yoshiya Hinosawa
2019-01-03Support more fetch init body types (#1449)Kevin (Kun) "Kassimo" Qian
2018-12-23Remove support for extensionless import (#1396)Ryan Dahl
2018-12-21Implement `Body.formData` for fetch (#1393)Kevin (Kun) "Kassimo" Qian
2018-12-21Avoid fetch segfault on empty Uri (#1394)Kevin (Kun) "Kassimo" Qian
2018-11-27Disable flaky fetch tests.Ryan Dahl
2018-11-16Support uploading data from fetch()Ryan Dahl
2018-11-14Support request method and headers in fetch() (#1188)Ryan Dahl
2018-11-02Move fetch headers into its own file.Ryan Dahl
2018-10-23Make Headers more idiomatic (#1062)Kitson Kelly
2018-10-21Implemente clone for FetchResponse (#1054)ztplz
2018-10-19 Make fetch header compliant with the current spec (#1019)ztplz
2018-09-30FormatRyan Dahl
2018-09-30Improve fetch headers (#853)ztplz
2018-09-14Make fetch.blob() workParsa Ghadimi
2018-09-12Add support for fetch() headers (#727)qti3e
2018-09-09Expose deno.ErrorKindRyan Dahl
2018-09-06Check allow-net in fetchParsa Ghadimi
2018-09-01Minor code refactoringShinDarth
2018-08-30Reorganize js/unit_tests.tsRyan Dahl