Skip to main content

Module types

Module types 

Source
Available on crate feature p2 only.
Expand description

Implements the base structure that will provide the implementation of the wasi-http API.

Structs§

HostIncomingRequest
The concrete type behind a wasi:http/types.incoming-request resource.
HostIncomingResponse
The concrete type behind a wasi:http/types.incoming-response resource.
HostOutgoingRequest
The concrete type behind a wasi:http/types.outgoing-request resource.
HostOutgoingResponse
The concrete type behind a wasi:http/types.outgoing-response resource.
HostRequestOptions
The concrete type behind a wasi:http/types.request-options resource.
HostResponseOutparam
The concrete type behind a wasi:http/types.response-outparam resource.
IncomingResponse
A response that is in the process of being received.
OutgoingRequestConfig
Configuration for an outgoing request.

Enums§

HostFutureIncomingResponse
The concrete type behind a wasi:http/types.future-incoming-response resource.

Type Aliases§

FutureIncomingResponseHandle
A handle to a future incoming response.