Type Alias ResponseHeadersValueItem

Source
pub type ResponseHeadersValueItem = String;
Expand description

A single value string for an HTTP response header. This represents one individual value that can be associated with a header key.

Aliased Typeยง

pub struct ResponseHeadersValueItem { /* private fields */ }