Home
last modified time | relevance | path

Searched refs:WasiHttp (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/wasi-http/src/p2/
H A Dmod.rs365 pub struct WasiHttp; struct
367 impl HasData for WasiHttp { implementation
474 bindings::http::outgoing_handler::add_to_linker::<_, WasiHttp>(l, T::http)?; in add_only_http_to_linker_async()
475 bindings::http::types::add_to_linker::<_, WasiHttp>(l, &options.into(), T::http)?; in add_only_http_to_linker_async()
544 bindings::sync::http::outgoing_handler::add_to_linker::<_, WasiHttp>(l, T::http)?; in add_only_http_to_linker_sync()
545 bindings::sync::http::types::add_to_linker::<_, WasiHttp>(l, &options.into(), T::http)?; in add_only_http_to_linker_sync()
/wasmtime-44.0.1/crates/wasi-http/src/p3/
H A Dmod.rs58 pub struct WasiHttp; struct
60 impl HasData for WasiHttp { implementation
254 client::add_to_linker::<_, WasiHttp>(linker, T::http)?; in add_to_linker()
255 types::add_to_linker::<_, WasiHttp>(linker, T::http)?; in add_to_linker()
H A Dbody.rs3 use crate::p3::{WasiHttp, WasiHttpCtxView};
74 mut store: Access<'_, T, WasiHttp>, in consume() argument
/wasmtime-44.0.1/crates/wasi-http/src/p3/host/
H A Dhandler.rs5 use crate::p3::{HttpError, HttpResult, WasiHttp, WasiHttpCtxView};
37 impl HostWithStore for WasiHttp { implementation
H A Dtypes.rs9 use crate::p3::{HeaderResult, HttpError, RequestOptionsResult, WasiHttp, WasiHttpCtxView};
309 impl HostRequestWithStore for WasiHttp { implementation
592 impl HostResponseWithStore for WasiHttp { implementation