Module client

Module client 

Source

Structs§

BufWriter
Wraps a writer and buffers its output.
Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
Client
ClientBuilder
Empty
A body that is always empty.
Full
A body that consists of a single chunk.
HeaderMap
A set of HTTP headers
HeaderName
Represents an HTTP header field name
HeaderValue
Represents an HTTP header field value.
Method
The Request Method (VERB)
Request
Represents an HTTP request.
TcpStream
A TCP stream between a local and a remote socket.
Uri
The URI component of a request.

Traits§

AsyncWriteExt
Writes bytes to a sink.
Body
Trait representing a streaming body of a Request or Response.
BodyExt
An extension trait for http_body::Body adding various combinators and adapters
Deserialize
A data structure that can be deserialized from any data format supported by Serde.
Serialize
A data structure that can be serialized into any data format supported by Serde.

Functions§

handshake
Returns a handshake future over some IO.

Derive Macros§

Deserialize
Serialize