Searched refs:from_http (Results 1 – 4 of 4) sorted by relevance
93 pub fn from_http<T>( in from_http() method142 let (wasi_resp, io_future) = Response::from_http(http_response); in test_response_from_http()
92 pub fn from_http<T>( in from_http() method
172 let (req, io) = Request::from_http(req); in run_http()
1205 let (request, request_io_result) = Request::from_http(req); in handle_request()