Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/response/
Dmod.rs120 …let response_str = "HTTP/1.1 304 \r\nAge: \t 270646 \t \t\r\nDate: \t Mon, 19 Dec 2022 01:46:59 GM… in ut_response_version() localVariable
139 …let response_str = "HTTP/1.1 304 \r\nAge: \t 270646 \t \t\r\nDate: \t Mon, 19 Dec 2022 01:46:59 GM… in ut_response_status_code() localVariable
157 …let response_str = "HTTP/1.1 304 \r\nAge: \t 270646 \t \t\r\nDate: \t Mon, 19 Dec 2022 01:46:59 GM… in ut_response_headers() localVariable
183 …let response_str = "HTTP/1.1 304 \r\nAge: \t 270646 \t \t\r\nDate: \t Mon, 19 Dec 2022 01:46:59 GM… in ut_response_body() localVariable
201 …let response_str = "HTTP/1.1 304 \r\nAge: \t 270646 \t \t\r\nDate: \t Mon, 19 Dec 2022 01:46:59 GM… in ut_response_body_mut() localVariable
218 …let response_str = "HTTP/1.1 304 \r\nAge: \t 270646 \t \t\r\nDate: \t Mon, 19 Dec 2022 01:46:59 GM… in ut_response_into_parts() localVariable
239 …let response_str = "HTTP/1.1 304 \r\nAge: \t 270646 \t \t\r\nDate: \t Mon, 19 Dec 2022 01:46:59 GM… in ut_response_from_raw_parts() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Dnormalizer.rs272 …let response_str = "HTTP/1.1 202 \r\nAge: \t 270646 \t \t\r\nLocation: \t example3.com:80 \t \t\r\… in ut_body_length_parser() localVariable
280 …let response_str = "HTTP/1.1 202 \r\nTransfer-Encoding: \t chunked \t \t\r\nLocation: \t example3.… in ut_body_length_parser() localVariable
288 …let response_str = "HTTP/1.1 202 \r\nContent-Length: \t 20 \t \t\r\nLocation: \t example3.com:80 \… in ut_body_length_parser() localVariable
296 …let response_str = "HTTP/1.0 202 \r\nTransfer-Encoding: \t chunked \t \t\r\nLocation: \t example3.… in ut_body_length_parser() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
Dmod.rs287 …let response_str = "HTTP/1.1 304 \r\nAge: \t 270646 \t \t\r\nLocation: \t example3.com:80 \t \t\r\… in download() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dclient.rs939 …let response_str = "HTTP/1.1 304 \r\nAge: \t 270646 \t \t\r\nLocation: \t http://example3.com:80/f… in client_request_redirect() localVariable