Expand description
Fetch client implementation.
Structs§
- Abort
- A handle to abort requests.
- Body
Reader BodyReaderserves as an adapter from async to sync I/O.- Client
- An implementation of
Fetchusing ahyperclient. - Request
- A wrapper for hyper::Request using Url and with methods.
- Response
- An HTTP response.
Enums§
- Error
- Fetch error cases.
Traits§
- Fetch
- Types which retrieve content from some URL.