Expand description
Backend abstraction used by the client. Traits and types for pluggable HTTP backends.
Structs§
- Hyper
Backend - Mock
Backend - A simple in-memory backend used for testing and initial bring-up.
Traits§
- Backend
- Trait implemented by HTTP backends used by
Client.