Skip to main content

HeaderEntry

Type Alias HeaderEntry 

Source
pub type HeaderEntry = (Box<str>, Box<str>);
Expand description

单个已解析头部:名称(小写规范化)与值,均为 Box<str> (§6.1.1:替代 String 节省 8 字节容量字段,无后续增长需求)。