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.rs592 let box_stream = Box::new("".as_bytes()); in async_chunk_trailer_1() localVariable
616 let box_stream = Box::new("".as_bytes()); in async_chunk_trailer_1() localVariable
650 let box_stream = Box::new("".as_bytes()); in async_chunk_trailer_2() localVariable
691 let box_stream = Box::new( in http_body_chunk2() localVariable
716 let box_stream = Box::new("".as_bytes()); in http_body_chunk2() localVariable
756 let box_stream = Box::new("".as_bytes()); in http_body_empty_err() localVariable
785 let box_stream = Box::new("hello world".as_bytes()); in http_body_text() localVariable
807 let box_stream = Box::new("".as_bytes()); in http_body_text() localVariable
841 let box_stream = Box::new("hello world".as_bytes()); in http_body_until_close() localVariable
867 let box_stream = Box::new("".as_bytes()); in http_body_until_close() localVariable
Dclient.rs1010 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.rs292 let box_stream = Box::new("".as_bytes()); in download() localVariable