Searched defs:from_httparse (Results 1 – 3 of 3) sorted by relevance
15 fn from_httparse(raw: T) -> Result<Self>; in from_httparse() method19 fn from_httparse(raw: &'b [httparse::Header<'h>]) -> Result<Self> { in from_httparse() method
259 fn from_httparse(raw: httparse::Response<'h, 'b>) -> Result<Self> { in from_httparse() method
126 fn from_httparse(raw: httparse::Request<'h, 'b>) -> Result<Self> { in from_httparse() method