Home
last modified time | relevance | path

Searched refs:header_encode (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h1/request/
H A Dencoder.rs264 EncodeState::Header => self.header_encode(&mut dst[count..]), in encode()
389 fn header_encode(&mut self, dst: &mut [u8]) -> Result<usize, HttpError> { in header_encode() method