Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dhttp_body.rs738 let content_bytes = "hello"; in http_body_empty_err() localVariable
744 content_bytes.as_bytes(), in http_body_empty_err()
767 let content_bytes = ""; in http_body_text() localVariable
773 content_bytes.as_bytes(), in http_body_text()
789 let content_bytes = "hello"; in http_body_text() localVariable
795 content_bytes.as_bytes(), in http_body_text()
823 let content_bytes = ""; in http_body_until_close() localVariable
829 content_bytes.as_bytes(), in http_body_until_close()
849 let content_bytes = "hello"; in http_body_until_close() localVariable
855 content_bytes.as_bytes(), in http_body_until_close()
H A Dclient.rs944 let content_bytes = ""; in client_request_redirect() localVariable
949 content_bytes.as_bytes(), in client_request_redirect()