Re-exports§
pub use hyper;
Modules§
- blocking
- This module provides a blocking interface on top of
hyper’s HTTP client.
Structs§
- Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.
- Client
- A wrapper for hyper’s
Clienttype providing a simpler interface - Client
Builder - A builder for
Client - Connect
Error - Http
Connection - A wrapper around
tokio::net::TcpStream - Http
Connector - A simple HTTP connector
- Hyper
Connector Adapter - An adapter that given
T: hyper::client::connect::ConnectimplementsNetworkConnector - Method
- The Request Method (VERB)
- Network
Connection - A boxed network connection
- Request
Builder - An HTTP request builder
- Shared
Body - This is an alternative to
hyper::Bodyfor use with HTTPRequests - Status
Code - An HTTP status code (
status-codein RFC 7230 et al.). - Uri
- The URI component of a request.
- Version
- Represents a version of the HTTP spec.
Enums§
Traits§
- Buf
- Read bytes from a buffer.
- Http
Body - Trait representing a streaming body of a Request or Response.
- Network
Connector - Network connector trait with type erasure
Functions§
- aggregate
- Aggregate the data buffers from a body asynchronously.
- to_
bytes - Concatenate the buffers from a body into a single
Bytesasynchronously.