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-body
resource. - Host
Incoming Body Stream - The concrete type behind the
wasi:io/streams/input-stream
resource returned bywasi:http/types/incoming-body
’sstream
method. - Host
Outgoing Body - The concrete type behind a
wasi:http/types/outgoing-body
resource.
Enums§
- Host
Future Trailers - The concrete type behind a
wasi:http/types/future-trailers
resource. - 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.