Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dmod.rs159 fn trailer(&mut self) -> Result<Option<Headers>, Self::Error> { in trailer() method
348 fn trailer<'a>(&'a mut self) -> TrailerFuture<'a, Self> in trailer() method
H A Dchunk.rs80 trailer: EncodeTrailer, field
811 trailer: Option<&'a [u8]>, field
852 pub fn trailer(&self) -> Option<&[u8]> { in trailer() method
867 trailer: Vec<u8>, field
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dhttp_body.rs110 fn trailer(&mut self) -> Result<Option<Headers>, Self::Error> { in trailer() method