Home
last modified time | relevance | path

Searched defs:from_httparse (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/handshake/
Dheaders.rs15 fn from_httparse(raw: T) -> Result<Self>; in from_httparse() method
19 fn from_httparse(raw: &'b [httparse::Header<'h>]) -> Result<Self> { in from_httparse() method
Dclient.rs259 fn from_httparse(raw: httparse::Response<'h, 'b>) -> Result<Self> { in from_httparse() method
Dserver.rs126 fn from_httparse(raw: httparse::Request<'h, 'b>) -> Result<Self> { in from_httparse() method