Home
last modified time | relevance | path

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

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