Type Alias wasmcloud_runtime::capability::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 */ }