Crate wasmtime_wasi_http
source ·Re-exports§
pub use crate::types::WasiHttpCtx;pub use crate::types::WasiHttpView;
Modules§
- Implements the base structure (i.e. WasiHttpCtx) that will provide the implementation of the wasi-http API.
Functions§
- Translate a
http::Errorto a wasi-httpErrorCodein the context of a request. - Translate a
hyper::Errorto a wasi-httpErrorCodein the context of a request. - Translate a
hyper::Errorto a wasi-httpErrorCodein the context of a response.