Expand description
An HTTP client.
Structs§
- Http
Request - An HTTP request.
- Http
Request Builder - A builder for an
HttpRequest. - Http
Response - An HTTP response.
- Http
Response Stream - An HTTP response stream.
Enums§
- Http
Method - HTTP methods.
- Redirect
Policy - The policy for dealing with redirects received from the server.
Functions§
- fetch
- Performs an HTTP request and returns the response.
- fetch_
stream - Performs an HTTP request and returns a response stream.