Home
last modified time | relevance | path

Searched refs:into_http (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wasi-http/src/p3/
H A Drequest.rs133 pub fn into_http<T: WasiHttpView + 'static>( in into_http() method
544 let (http_req, options) = req.into_http(&mut store, async { Ok(()) }).unwrap(); in test_request_into_http_schemes()
579 .into_http(&mut store, async { in test_request_into_http_uri_error()
H A Dresponse.rs45 pub fn into_http<T: WasiHttpView + 'static>( in into_http() method
/wasmtime-44.0.1/crates/wasi-http/tests/all/p3/
H A Dmod.rs181 let res = store.with(|store| res.into_http(store, async { Ok(()) }))?; in run_http()
/wasmtime-44.0.1/src/commands/
H A Dserve.rs1208 .with(|mut store| res.into_http(&mut store, request_io_result))?; in handle_request()