Searched defs:from_http (Results 1 – 2 of 2) sorted by relevance
73 pub(crate) fn from_http(res: http::Response<T>) -> Self { in from_http() method
169 pub fn from_http(http: http::Request<T>) -> Self { in from_http() method