Crate httpclient
source ·Re-exports
pub use middleware::Middleware;pub use middleware::Retry;pub use middleware::Follow;pub use middleware::Logger;pub use middleware::Recorder;pub use middleware::Next;
Modules
- HTTP header types
Structs
- Represents an HTTP header field name
- The Request Method (VERB)
- An HTTP status code (
status-codein RFC 7230 et al.). - The URI component of a request.
Enums
Traits
Functions
- Use the shared, global client
- Use this to customize the shared client. Must be called before any requests are made, otherwise it will have no effect.