Module wasi

Source
Expand description

Tools for using Smithy SDKs in WASI environments WASI HTTP Adapter

Structsยง

WasiHttpClient
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 proposal as defined in the Preview 2 specification.
WasiHttpClientBuilder
Builder for WasiHttpClient. Currently empty, but allows for future config options to be added in a backwards compatible manner.