Searched refs:WasiHttpCtx (Results 1 – 10 of 10) sorted by relevance
| /wasmtime-44.0.1/crates/wasi-http/src/ |
| H A D | ctx.rs | 13 pub struct WasiHttpCtx { struct 17 impl WasiHttpCtx { argument 37 impl Default for WasiHttpCtx { implementation
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/ |
| H A D | mod.rs | 25 use crate::{DEFAULT_FORBIDDEN_HEADERS, FieldMapError, WasiHttpCtx}; 193 pub ctx: &'a mut WasiHttpCtx,
|
| H A D | request.rs | 481 use crate::WasiHttpCtx; 494 http: WasiHttpCtx,
|
| /wasmtime-44.0.1/crates/c-api/src/ |
| H A D | store.rs | 88 pub(crate) wasi_http: Option<wasmtime_wasi_http::WasiHttpCtx>, 248 context.data_mut().wasi_http = Some(wasmtime_wasi_http::WasiHttpCtx::new()); in wasmtime_context_set_wasi_http()
|
| /wasmtime-44.0.1/crates/wasi-http/src/p2/ |
| H A D | mod.rs | 224 use crate::{DEFAULT_FORBIDDEN_HEADERS, WasiHttpCtx}; 355 pub ctx: &'a mut WasiHttpCtx,
|
| /wasmtime-44.0.1/crates/wasi-http/tests/all/ |
| H A D | p2.rs | 18 WasiHttpCtx, 35 http: WasiHttpCtx, 104 http: WasiHttpCtx::new(), in store() 156 let mut http = WasiHttpCtx::new(); in run_wasi_http()
|
| /wasmtime-44.0.1/src/ |
| H A D | common.rs | 363 pub fn wasi_http_ctx(&self) -> Result<wasmtime_wasi_http::WasiHttpCtx> { in wasi_http_ctx() argument 364 let mut http = wasmtime_wasi_http::WasiHttpCtx::new(); in wasi_http_ctx()
|
| /wasmtime-44.0.1/crates/wasi-http/tests/all/p3/ |
| H A D | mod.rs | 27 use wasmtime_wasi_http::{DEFAULT_FORBIDDEN_HEADERS, WasiHttpCtx}; 86 http: WasiHttpCtx, 95 http: WasiHttpCtx::new(), in new()
|
| /wasmtime-44.0.1/src/commands/ |
| H A D | serve.rs | 35 use wasmtime_wasi_http::{WasiHttpCtx, p2::WasiHttpView}; 54 http: WasiHttpCtx,
|
| H A D | run.rs | 26 use wasmtime_wasi_http::WasiHttpCtx; 1495 wasi_http: Option<Arc<WasiHttpCtx>>,
|