Home
last modified time | relevance | path

Searched refs:multipart (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Drequest.rs213 BodyKind::Multipart(ref multipart) => { in body()
215 "multipart/form-data; boundary={}", in body()
216 multipart.multipart().boundary() in body()
221 if let Some(size) = multipart.multipart().total_bytes() { in body()
325 /// async fn create_multipart_body(multipart: MultiPart) {
326 /// let body = Body::multipart(multipart);
329 pub fn multipart< functions
[all...]
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
H A Dmod.rs181 fn multipart(&self) -> &MultiPart { in multipart() functions
242 let multipart = MultiPart::new().part(Part::new().name("name").body("xiaoming"));
244 .multipart(multipart)
H A Dbuilder.rs71 /// Sets a `multipart` that needs to be read. The size of the multipart will
81 pub fn multipart(self, reader: MultiPart) -> UploaderBuilder<WantsOperator<MultiPart>> { in multipart() functions

Completed in 2 milliseconds