1 2 3 4 5 6
use httparse; use status::RawStatus; pub type UnsafeHeader = httparse::Header<'static>; pub type UnsafeRawStatus = RawStatus<'static>;