Expand description
HTTP Client Abstraction
This module defines the HTTP client trait that must be implemented by platform-specific backends (native reqwest, wasm fetch, etc.)
Structs§
- Http
Request - HTTP request builder
- Http
Response - HTTP response
Enums§
- Http
Method - HTTP method enum
Traits§
- Http
Client - HTTP client trait
- Http
Client Ext - Helper methods for HTTP clients
- Http
Client Factory - HTTP client factory trait