Searched defs:FromHttparse (Results 1 – 3 of 3) sorted by relevance
13 pub(crate) trait FromHttparse<T>: Sized { interface18 impl<'b: 'h, 'h> FromHttparse<&'b [httparse::Header<'h>]> for HeaderMap { impl
258 impl<'h, 'b: 'h> FromHttparse<httparse::Response<'h, 'b>> for Response { impl
125 impl<'h, 'b: 'h> FromHttparse<httparse::Request<'h, 'b>> for Request { impl