Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/
Dmod.rs84 let crlf = "\r\n"; localVariable
185 let crlf = "\r\n"; localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h1/request/
Dencoder.rs568 let crlf = EncodeCrlf::new(); in encode() localVariable
629 let crlf = "\r\n".as_bytes(); in encode() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dchunk.rs674 let crlf = "\r\n".as_bytes(); in encode() localVariable