Expand description

Contains the Client trait for executing Endpoints.

Constants

An array of HTTP response codes which indicate a successful response

Traits

Represents an HTTP client which is capable of executing Endpoints by sending the Request generated by the Endpoint and returning a Response.