generated from ShadowVR/AI_botter
1.2 KiB
1.2 KiB
Fetch
Undici exposes a fetch() method starts the process of fetching a resource from the network.
Documentation and examples can be found on MDN.
File
This API is implemented as per the standard, you can find documentation on MDN
In Node versions v18.13.0 and above and v19.2.0 and above, undici will default to using Node's File class. In versions where it's not available, it will default to the undici one.
FormData
This API is implemented as per the standard, you can find documentation on MDN
Response
This API is implemented as per the standard, you can find documentation on MDN
Request
This API is implemented as per the standard, you can find documentation on MDN
Header
This API is implemented as per the standard, you can find documentation on MDN