Re-exports§
pub use http;
Modules§
Macros§
- anyhow
- Construct an ad-hoc error from a string or existing non-
anyhowerror value.
Structs§
- Async
Body - Based on the implementation of AsyncBody in https://github.com/sagebind/isahc/blob/5c533f1ef4d6bdf1fd291b5103c22110f41d0bf0/src/body/mod.rs.
- Blocked
Http Client - Follow
Redirects - Http
Client With Proxy - An
HttpClientthat may have a proxy. - Http
Client With Url - An
HttpClientthat has a base URL. - Method
- The Request Method (VERB)
- Request
- Represents an HTTP request.
- Response
- Represents an HTTP response
- Status
Code - An HTTP status code (
status-codein RFC 9110 et al.). - Uri
- The URI component of a request.
- Url
- A parsed URL record.
Enums§
Traits§
Functions§
Type Aliases§
- Result
Result<T, Error>