Expand description
HTTP client for making outbound requests.
This module provides a high-level API for making HTTP requests from within a WASM module. It wraps the async host operations in a synchronous, ergonomic interface.
Structs§
- Client
- HTTP client for making outbound requests.
- Http
Response - Response from an HTTP request.
- Request
Builder - Builder for HTTP requests.
Enums§
- Http
Error - Error type for HTTP client operations.