Expand description
Provides a client that connects to a server and sends multiplexed requests.
Re-exports§
Modules§
Structs§
- Config
- Settings that control the behavior of the client.
- MapResponse
- A Client that applies a function to the returned response.
- NewClient
- A channel and dispatch pair. The dispatch drives the sending and receiving of requests and must be polled continuously or spawned.
- With
Request - A Client that applies a pre-processing function to the request.
Traits§
- Client
- Sends multiplexed requests to, and receives responses from, a server.