Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/
H A Dmod.rs95 let request_line = if $proxy { localVariable
197 let request_line = format!("{} {} {}{}", $method, $path, "HTTP/1.1", crlf); localVariable