Home
last modified time | relevance | path

Searched defs:BodyLength (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/hyper/src/proto/
Dmod.rs46 pub(crate) enum BodyLength { enum
/external/rust/crates/hyper/src/proto/h1/
Dconn.rs512 pub(crate) fn write_head(&mut self, head: MessageHead<T::Outgoing>, body: Option<BodyLength>) { in write_head()
545 body: Option<BodyLength>, in encode_head()