File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Fetch
2
+
3
+ Undici exposes a fetch() method starts the process of fetching a resource from the network.
4
+
5
+ Documentation and examples can be found on [ MDN] ( https://developer.mozilla.org/en-US/docs/Web/API/fetch ) .
6
+
7
+ ## File
8
+
9
+ This API is implemented as per the standard, you can find documentation on [ MDN] ( https://developer.mozilla.org/en-US/docs/Web/API/File )
10
+
11
+ ## FormData
12
+
13
+ This API is implemented as per the standard, you can find documentation on [ MDN] ( https://developer.mozilla.org/en-US/docs/Web/API/FormData )
14
+
15
+ ## Response
16
+
17
+ This API is implemented as per the standard, you can find documentation on [ MDN] ( https://developer.mozilla.org/en-US/docs/Web/API/Response )
18
+
19
+ ## Request
20
+
21
+ This API is implemented as per the standard, you can find documentation on [ MDN] ( https://developer.mozilla.org/en-US/docs/Web/API/Request )
22
+
23
+ ## Header
24
+
25
+ This API is implemented as per the standard, you can find documentation on [ MDN] ( https://developer.mozilla.org/en-US/docs/Web/API/Headers )
Original file line number Diff line number Diff line change 10
10
* [ ProxyAgent] ( /docs/api/ProxyAgent.md " Undici API - ProxyAgent ")
11
11
* [ Connector] ( /docs/api/Connector.md " Custom connector ")
12
12
* [ Errors] ( /docs/api/Errors.md " Undici API - Errors ")
13
+ * [ Fetch] ( /docs/api/Fetch.md " Undici API - Fetch ")
13
14
* [ MockClient] ( /docs/api/MockClient.md " Undici API - MockClient ")
14
15
* [ MockPool] ( /docs/api/MockPool.md " Undici API - MockPool ")
15
16
* [ MockAgent] ( /docs/api/MockAgent.md " Undici API - MockAgent ")
You can’t perform that action at this time.
0 commit comments