wasmtime_wasi_http::bindings::http::types

Type Alias FieldValue

source
pub type FieldValue = Vec<u8>;
Expand description

Field values should always be ASCII strings. However, in reality, HTTP implementations often have to interpret malformed values, so they are provided as a list of bytes.

Aliased Typeยง

struct FieldValue { /* private fields */ }