fetch
Here are 2,449 public repositories matching this topic...
-
Updated
Jul 3, 2022 - JavaScript
-
Updated
Jul 6, 2022 - TypeScript
Port tests from Got
The minor issue from node-fetch/node-fetch#1569.
Currently it sends Host
header as the last header. (If a user did not add it manually)
I think it should send Host
header as the first header like it browsers and other libraries do.
Prepend it instead of appending.
"node-fetch": "3.2.3"
-
Updated
Jul 6, 2022 - JavaScript
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
Jun 26, 2022 - Vue
The current fetch spec says that all blob: URL requests should result in a 200/OK response (a separate issue, it should probably also mention how to reply if the URL's blob url entry is null). That doesn't entirely match at least chrome's implementation though. In chrome we also support range requests on blob URLs, as long as the range consists of a single range. In that case we reply with a 206 a
-
Updated
May 26, 2022 - JavaScript
-
Updated
Jun 30, 2022 - JavaScript
-
Updated
Apr 8, 2022 - JavaScript
-
Updated
Jun 8, 2022 - Java
-
Updated
Jul 6, 2022 - JavaScript
-
Updated
Jul 4, 2022 - TypeScript
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
Feb 16, 2022 - Objective-C
-
Updated
Feb 20, 2021 - JavaScript
-
Updated
Jul 3, 2019 - TypeScript
-
Updated
Mar 10, 2022 - JavaScript
-
Updated
Jun 29, 2022 - Rust
-
Updated
Jul 5, 2022 - HTML
-
Updated
May 8, 2019 - JavaScript
-
Updated
Feb 11, 2022 - TypeScript
Improve this page
Add a description, image, and links to the fetch topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fetch topic, visit your repo's landing page and select "manage topics."
Got has a very good coverage test-wise. Would be nice to port relevant tests that we're missing over to Ky.
Note: Not for https://github.com/sindresorhus/ky/blob/master/test/browser.js, but for everything else.