Module backend

Module backend 

Source
Expand description

Backend abstraction used by the client. Traits and types for pluggable HTTP backends.

Structs§

HyperBackend
MockBackend
A simple in-memory backend used for testing and initial bring-up.

Traits§

Backend
Trait implemented by HTTP backends used by Client.