Module aws_smithy_wasm::wasi

source ·
Expand description

Tools for using Smithy SDKs in WASI environments WASI HTTP Adapter

Structs§

  • 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.
  • Builder for WasiHttpClient. Currently empty, but allows for future config options to be added in a backwards compatible manner.