Module endpoint

Module endpoint 

Source
Expand description

Contains the Endpoint trait and supporting traits/functions.

Structs§

EndpointResult
A response from executing an Endpoint.
MutatedEndpoint
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.
MiddleWare
Modifies an Endpoint request and/or response before final processing.
Wrapper
Represents a generic wrapper that can be applied to Endpoint results.