pub type RequestHeadersValueItem = String;Expand description
A single value string for an HTTP request header. This represents one individual value that can be associated with a header key.
Aliased Typeยง
pub struct RequestHeadersValueItem { /* private fields */ }