Expand description
Tools for using Smithy SDKs in WASI environments WASI HTTP Adapter
Structsยง
- Wasi
Http Client - An HTTP client that can be used during instantiation of the client SDK in order to route the HTTP requests through the WebAssembly host. The host must support the wasi-http interface as defined in the WASIp2 specification.
- Wasi
Http Client Builder - Builder for
WasiHttpClient. Currently empty, but allows for future config options to be added in a backwards compatible manner. - Wasi
Sleep - An sleep implementation for wasip2, using the wstd async executor.