Skip to main content

Module http

Module http 

Source

Structs§

FetchResponse
Response from an HTTP request.

Functions§

delete
Make a DELETE request.
fetch
Make an HTTP request.
get
Make a GET request.
patch
Make a PATCH request with a body.
post
Make a POST request with a body.
put
Make a PUT request with a body.