Module wasmtime_wasi_http::body
source · Expand description
Implementation of the wasi:http/types
interface’s various body types.
Structs§
- The concrete type behind a
was:http/types/incoming-body
resource. - The concrete type behind the
wasi:io/streams/input-stream
resource returned bywasi:http/types/incoming-body
’sstream
method. - The concrete type behind a
wasi:http/types/outgoing-body
resource.
Enums§
- The concrete type behind a
wasi:http/types/future-trailers
resource. - Whether the body is a request or response body.
Type Aliases§
- Common type for incoming bodies.
- Common type for outgoing bodies.