wasmtime_wasi_http::types

Function default_send_request

Source
pub fn default_send_request(
    request: Request<HyperOutgoingBody>,
    config: OutgoingRequestConfig,
) -> HostFutureIncomingResponse
Expand description

The default implementation of how an outgoing request is sent.

This implementation is used by the wasi:http/outgoing-handler interface default implementation.