Searched refs:WasiHttp (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/crates/wasi-http/src/p2/ |
| H A D | mod.rs | 365 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 D | mod.rs | 58 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 D | body.rs | 3 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 D | handler.rs | 5 use crate::p3::{HttpError, HttpResult, WasiHttp, WasiHttpCtxView}; 37 impl HostWithStore for WasiHttp { implementation
|
| H A D | types.rs | 9 use crate::p3::{HeaderResult, HttpError, RequestOptionsResult, WasiHttp, WasiHttpCtxView}; 309 impl HostRequestWithStore for WasiHttp { implementation 592 impl HostResponseWithStore for WasiHttp { implementation
|