Crate zed_http_client

Crate zed_http_client 

Source

Re-exports§

pub use http;

Modules§

github
github_download

Macros§

anyhow
Construct an ad-hoc error from a string or existing non-anyhow error value.

Structs§

AsyncBody
Based on the implementation of AsyncBody in https://github.com/sagebind/isahc/blob/5c533f1ef4d6bdf1fd291b5103c22110f41d0bf0/src/body/mod.rs.
BlockedHttpClient
FollowRedirects
HttpClientWithProxy
An HttpClient that may have a proxy.
HttpClientWithUrl
An HttpClient that has a base URL.
Method
The Request Method (VERB)
Request
Represents an HTTP request.
Response
Represents an HTTP response
StatusCode
An HTTP status code (status-code in RFC 9110 et al.).
Uri
The URI component of a request.
Url
A parsed URL record.

Enums§

Inner
RedirectPolicy

Traits§

HttpClient
HttpRequestExt

Functions§

read_no_proxy_from_env
read_proxy_from_env

Type Aliases§

Result
Result<T, Error>