Home
last modified time | relevance | path

Searched defs:crlf (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/
H A Dmod.rs92 let crlf = "\r\n"; localVariable
195 let crlf = "\r\n"; localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dtest_utils.rs104 let crlf = "\r\n"; localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h1/request/
H A Dencoder.rs578 let crlf = EncodeCrlf::new(); in encode_value() localVariable
639 let crlf = "\r\n".as_bytes(); in encode() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs600 let crlf = "\r\n".as_bytes(); in encode() localVariable