Home
last modified time | relevance | path

Searched refs:BodyReader (Results 1 - 8 of 8) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dmime_test_macro.rs22 $(BodyReader: $body3: expr,)?
46 $(BodyReader: $body3: expr,)?
60 $(BodyReader: $body3,)?
93 $(BodyReader: $body3: expr,)?
107 $(BodyReader: $body3,)?
/commonlibrary/rust/ylong_http/ylong_http_client/examples/
H A Dsync_proxy_http.rs17 use ylong_http_client::sync_impl::{BodyReader, ClientBuilder};
33 // Reads the body of `Response` by using `BodyReader`. in main()
34 let _ = BodyReader::default().read_all(response.body_mut()); in main()
H A Dsync_redirect_http.rs18 use ylong_http_client::sync_impl::{BodyReader, ClientBuilder};
33 // Reads the body of `Response` by using `BodyReader`. in main()
34 let _ = BodyReader::default().read_all(response.body_mut()); in main()
H A Dsync_http.rs18 use ylong_http_client::sync_impl::{BodyReader, Client};
33 // Reads the body of `Response` by using `BodyReader`. in main()
34 let _ = BodyReader::default().read_all(response.body_mut()); in main()
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmix.rs229 $(BodyReader: $body3: expr,)?
252 $(BodyReader: $body3: expr,)?
264 $(BodyReader: $body3,)?
293 $(BodyReader: $body3: expr,)?
305 $(BodyReader: $body3,)?
391 BodyReader: "12345678".as_bytes(), in ut_mix_set_reader()
463 BodyReader: "12345678".as_bytes(),
490 BodyReader: "12345678".as_bytes(),
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dreader.rs29 /// use ylong_http_client::sync_impl::{BodyProcessError, BodyProcessor, BodyReader, TextBody};
56 /// let _ = BodyReader::new(&mut processor).read_all(&mut body);
63 pub struct BodyReader<T: BodyProcessor> { structure names
68 impl<T: BodyProcessor> BodyReader<T> { impls
69 /// Creates a new `BodyReader` with the given `Processor`.
74 /// use ylong_http_client::sync_impl::{BodyReader, DefaultBodyProcessor};
76 /// let reader = BodyReader::new(DefaultBodyProcessor::new());
90 /// use ylong_http_client::sync_impl::{BodyReader, DefaultBodyProcessor};
93 /// let reader = BodyReader::new(DefaultBodyProcessor::new()).read_timeout(Timeout::none());
110 /// use ylong_http_client::sync_impl::{BodyProcessor, BodyReader, TextBod
[all...]
H A Dmod.rs39 pub use reader::{BodyProcessError, BodyProcessor, BodyReader, DefaultBodyProcessor};
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/encode/
H A Dpart.rs293 BodyReader: "123456".as_bytes(), in ut_mime_part_encoder_body_from_reader()
313 BodyReader: "9876543210\r\n".as_bytes(), in ut_mime_part_encoder_data_common()

Completed in 3 milliseconds