Home
last modified time | relevance | path

Searched defs:body (Results 1 - 13 of 13) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dlib.rs38 pub mod body; modules
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
H A Dbuilder.rs66 pub fn body(self, body functions
[all...]
/commonlibrary/rust/ylong_http/ylong_http/tests/
H A Dsdv_http_body.rs61 let mut body = ChunkBody::from_reader(content.as_slice()); in sdv_chunk_body_encode() variables
214 let mut body = EmptyBody; sdv_empty_body_async_impl_data() variables
[all...]
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dhttp_body.rs333 let mut body = HttpBody::empty(); in ut_http_body_empty() variables
H A Dreader.rs250 let mut body = TextBody::from_bytes(b"HelloWorld"); ut_body_reader_read_all() variables
[all...]
/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dempty.rs126 let mut body = EmptyBody::new(); ut_empty_body_sync_impl_data() variables
150 let mut body = EmptyBody::new(); global() variables
[all...]
H A Dtext.rs498 let mut body = TextBody::from_bytes(bytes); ut_text_body_from_bytes_syn_data() variables
534 let mut body = TextBody::from_bytes(bytes); global() variables
560 let mut body = TextBody::from_reader(reader); ut_text_body_from_reader_syn_data() variables
597 let mut body = TextBody::from_async_reader(reader); global() variables
[all...]
H A Dmod.rs561 let mut body = EmptyBody::new(); ut_syn_body_mut_syn_body_data() variables
587 let mut body = EmptyBody::new(); global() variables
[all...]
/commonlibrary/rust/ylong_http/ylong_http/src/response/
H A Dmod.rs59 pub fn body(&self) -> &T { in body() functions
[all...]
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dpart.rs183 pub fn body(&self) -> Option<&Vec<u8>> { body() functions
[all...]
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Drequest.rs204 pub fn body(self, body: Body) -> Result<Request, HttpClientError> { in body() functions
[all...]
/commonlibrary/rust/ylong_http/ylong_http/src/request/
H A Dmod.rs408 pub fn body(&self) -> &T { body() functions
636 pub fn body<T>(self, body: T) -> Result<Request<T>, HttpError> { body() functions
[all...]
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dsimple.rs379 pub fn body<T: AsRef<[u8]>>(mut self, body: T) -> Self { body() functions
[all...]

Completed in 5 milliseconds