Module client
rustify
0.6.1
Module client
Module Items
Constants
Traits
In crate rustify
Modules
client
clients
endpoint
enums
errors
http
rustify
Module
client
Copy item path
Settings
Help
Summary
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
.