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