Module client

Module client 

Source
Expand description

Contains the Client trait for executing Endpoints.

Constants§

HTTP_SUCCESS_CODES
An array of HTTP response codes which indicate a successful response

Traits§

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