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 */ }