Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dhttp_body.rs616 let box_stream = Box::new("".as_bytes()); in async_chunk_trailer_1() localVariable
640 let box_stream = Box::new("".as_bytes()); in async_chunk_trailer_1() localVariable
674 let box_stream = Box::new("".as_bytes()); in async_chunk_trailer_2() localVariable
715 let box_stream = Box::new( in http_body_chunk2() localVariable
740 let box_stream = Box::new("".as_bytes()); in http_body_chunk2() localVariable
780 let box_stream = Box::new("".as_bytes()); in http_body_empty_err() localVariable
809 let box_stream = Box::new("hello world".as_bytes()); in http_body_text() localVariable
831 let box_stream = Box::new("".as_bytes()); in http_body_text() localVariable
865 let box_stream = Box::new("hello world".as_bytes()); in http_body_until_close() localVariable
891 let box_stream = Box::new("".as_bytes()); in http_body_until_close() localVariable
Dclient.rs1113 let box_stream = Box::new("hello world".as_bytes()); in client_request_redirect() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
Dmod.rs297 let box_stream = Box::new("".as_bytes()); in download() localVariable