Structs§
- Request
- An HTTP request.
- Response
- An HTTP response.
- Response
Lazy - An HTTP response, which is loaded lazily.
- Spend
Future
Enums§
- Error
- Represents an error while sending, receiving, or parsing an HTTP response.
- Method
- An HTTP request method.
Functions§
- connect
- Alias for Request::new with
methodset to Method::Connect. - delete
- Alias for Request::new with
methodset to Method::Delete. - get
- Alias for Request::new with
methodset to Method::Get. - head
- Alias for Request::new with
methodset to Method::Head. - options
- Alias for Request::new with
methodset to Method::Options. - patch
- Alias for Request::new with
methodset to Method::Patch. - post
- Alias for Request::new with
methodset to Method::Post. - put
- Alias for Request::new with
methodset to Method::Put. - read_
line - trace
- Alias for Request::new with
methodset to Method::Trace.
Type Aliases§
- Http
Stream Bytes - URL
- A URL type for requests.