Crate simple_hyper_client
source · [−]Re-exports
pub use hyper;
Modules
This module provides a blocking interface on top of hyper
’s HTTP client.
Structs
A cheaply cloneable and sliceable chunk of contiguous memory.
A wrapper for hyper’s Client
type providing a simpler interface
A builder for Client
A wrapper around tokio::net::TcpStream
A simple HTTP connector
An HTTPS connector using native-tls.
An adapter that given T: hyper::client::connect::Connect
implements NetworkConnector
The Request Method (VERB)
A boxed network connection
An HTTP request builder
This is an alternative to hyper::Body
for use with HTTP Request
s
An HTTP status code (status-code
in RFC 7230 et al.).
The URI component of a request.
Represents a version of the HTTP spec.
Enums
An HTTP or HTTPS connection
Traits
Read bytes from a buffer.
Trait representing a streaming body of a Request or Response.
Network connector trait with type erasure
Functions
Aggregate the data buffers from a body asynchronously.
Concatenate the buffers from a body into a single Bytes
asynchronously.