Module body

Module body 

Source
Expand description

Implementation of the wasi:http/types interface’s various body types.

Structs§

HostIncomingBody
The concrete type behind a was:http/types.incoming-body resource.
HostIncomingBodyStream
The concrete type behind the wasi:io/streams.input-stream resource returned by wasi:http/types.incoming-body’s stream method.
HostOutgoingBody
The concrete type behind a wasi:http/types.outgoing-body resource.

Enums§

HostFutureTrailers
The concrete type behind a wasi:http/types.future-trailers resource.
StreamContext
Whether the body is a request or response body.

Type Aliases§

HyperIncomingBody
Common type for incoming bodies.
HyperOutgoingBody
Common type for outgoing bodies.