Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasi-http/src/p3/
H A Dresponse.rs93 pub fn from_http<T>( in from_http() method
142 let (wasi_resp, io_future) = Response::from_http(http_response); in test_response_from_http()
H A Drequest.rs92 pub fn from_http<T>( in from_http() method
/wasmtime-44.0.1/crates/wasi-http/tests/all/p3/
H A Dmod.rs172 let (req, io) = Request::from_http(req); in run_http()
/wasmtime-44.0.1/src/commands/
H A Dserve.rs1205 let (request, request_io_result) = Request::from_http(req); in handle_request()