Expand description
Contains the Endpoint trait and supporting traits/functions.
Structs§
- A response from executing an Endpoint.
- Represents an Endpoint that has had MiddleWare applied to it.
Traits§
- Represents a remote HTTP endpoint which can be executed using a crate::client::Client.
- Modifies an Endpoint request and/or response before final processing.
- Represents a generic wrapper that can be applied to Endpoint results.