Expand description
Implementation of the wasi:http/types interface’s various body types.
Structs§
- Host
Incoming Body - The concrete type behind a
was:http/types.incoming-bodyresource. - Host
Incoming Body Stream - The concrete type behind the
wasi:io/streams.input-streamresource returned bywasi:http/types.incoming-body’sstreammethod. - Host
Outgoing Body - The concrete type behind a
wasi:http/types.outgoing-bodyresource.
Enums§
- Host
Future Trailers - The concrete type behind a
wasi:http/types.future-trailersresource. - Stream
Context - Whether the body is a request or response body.
Type Aliases§
- Hyper
Incoming Body - Common type for incoming bodies.
- Hyper
Outgoing Body - Common type for outgoing bodies.