| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/ |
| D | builder.rs | 67 pub fn body(self, body: Response) -> DownloaderBuilder<WantsOperator> { in body() method 82 body: Response, field 158 body: Response, field
|
| D | mod.rs | 111 body: Response, field
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
| D | http1.rs | 59 let body = request.body_mut(); in request() localVariable 126 let body = HttpBody::new(length, Box::new(conn), pre)?; in request() localVariable
|
| D | http2.rs | 48 let body = request.body_mut(); in request() localVariable 138 let body = { in frame_2_response() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http_client/tests/common/ |
| D | mod.rs | 284 let body = hyper::body::to_bytes(request.into_body()).await localVariable 349 let body = hyper::body::to_bytes(request.into_body()).await localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/ |
| D | empty.rs | 126 let mut body = EmptyBody::new(); in ut_empty_body_sync_impl_data() localVariable 148 let mut body = EmptyBody::new(); in empty_body_async_impl_data() localVariable
|
| D | text.rs | 527 let mut body = TextBody::from_bytes(bytes); in ut_text_body_from_bytes_syn_data() localVariable 561 let mut body = TextBody::from_bytes(bytes); in text_body_from_bytes_asyn_data() localVariable 587 let mut body = TextBody::from_reader(reader); in ut_text_body_from_reader_syn_data() localVariable 622 let mut body = TextBody::from_async_reader(reader); in text_body_from_async_reader_asyn_data() localVariable
|
| D | mod.rs | 313 body: &'a mut T, field 471 pub(crate) body: T, field 509 let mut body = EmptyBody::new(); in ut_syn_body_mut_syn_body_data() localVariable 533 let mut body = EmptyBody::new(); in asyn_body_mut_asyn_body_data() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/ |
| D | lib.rs | 37 pub mod body; module
|
| /commonlibrary/rust/ylong_http/ylong_http/src/request/ |
| D | mod.rs | 75 body: T, field 402 pub fn body(&self) -> &T { in body() method 625 pub fn body<T>(self, body: T) -> Result<Request<T>, HttpError> { in body() method 860 let body = String::from("<body><div></div></body>"); in ut_request_from_raw_parts() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/mime/encode/ |
| D | part.rs | 62 body: Option<MixFrom<'a>>, field 83 let body = (!part.body.is_empty()).then_some(part.body); in from_part() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/response/ |
| D | mod.rs | 39 body: T, field 60 pub fn body(&self) -> &T { in body() method
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/ |
| D | http1.rs | 99 let body = { in request() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/mime/ |
| D | mod.rs | 277 body: Option<MultiPartState>, field 375 pub fn body<T: AsRef<[u8]>>(mut self, body: T) -> Self { in body() method 376 let body = body.as_ref().to_vec(); in body() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/ |
| D | part.rs | 64 pub(crate) body: MixFrom<'a>, field 183 pub fn body(&self) -> Option<&Vec<u8>> { in body() method
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
| D | adapter.rs | 158 pub fn body<T>(self, body: T) -> Result<Request<T>, HttpClientError> { in body() method
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
| D | reader.rs | 252 let mut body = TextBody::from_bytes(b"HelloWorld"); in ut_body_reader_read_all() localVariable
|
| D | http_body.rs | 407 let mut body = HttpBody::empty(); in ut_http_body_empty() localVariable
|
| D | client.rs | 550 let body = TextBody::from_bytes(reader.as_bytes()); in ut_request_client_err() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/mime/decode/ |
| D | part.rs | 128 let body = match self.part.body() { in body_decode() localVariable
|