Searched refs:into_http (Results 1 – 4 of 4) sorted by relevance
133 pub fn into_http<T: WasiHttpView + 'static>( in into_http() method544 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()
45 pub fn into_http<T: WasiHttpView + 'static>( in into_http() method
181 let res = store.with(|store| res.into_http(store, async { Ok(()) }))?; in run_http()
1208 .with(|mut store| res.into_http(&mut store, request_io_result))?; in handle_request()