Structs§
- Http
Request - A simple structure to represent an HTTP request
- Http
Response - A simple structure for the HTTP response
- Http
Status Error - An HTTP exchange that completed, carrying the status the client refused it on.
- Ureq
Http Client ureq-client - HTTP client implementation using
ureqfor synchronous HTTP requests. Sinceureqis blocking, all requests are wrapped intokio::task::spawn_blocking.
Traits§
- Http
Client - Trait for executing HTTP requests in a runtime-agnostic way.