Expand description
Http module defining transport layer abstractions.
Modules§
- endpoint
- Endpoint module defining construction of API endpoints.
- reqwest_
transport - A
Transportimplementation backed byreqwest, for non-wasm targets.
Structs§
- Http
Request - A generic HTTP request abstraction.
- Http
Response - A generic HTTP response abstraction.
Enums§
- Method
- Represents an HTTP method.
Traits§
- Transport
- The transport layer abstraction for executing HTTP requests.