Trait wasmtime_wasi_http::bindings::http::outgoing_handler::Host
source · pub trait Host {
// Required method
fn handle<'life0, 'async_trait>(
&'life0 mut self,
request: OutgoingRequest,
options: Option<RequestOptions>
) -> Pin<Box<dyn Future<Output = Result<FutureIncomingResponse>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}