Type Alias wasi::http::types::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 */ }