rustify
0.6.0
Module client
Module Items
Constants
Traits
In crate rustify
rustify
Module
client
Copy item path
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
.