Module sota::http::http_client
[−]
[src]
Structs
Request |
A new HTTP request to be sent from a specific Client. |
ResponseData |
Wraps the HTTP Status Code as well as any returned body. |
Enums
Response |
A Response enumerates between a successful (e.g. 2xx) HTTP response, a failed (e.g. 4xx/5xx) response, or an Error before receiving any response. |
Traits
Client |
Abstracts a particular HTTP Client implementation with methods for sending
|