Home
last modified time | relevance | path

Searched refs:uploader (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
H A Dmod.rs206 use crate::async_impl::uploader::{Context, Pin, Poll};
226 let mut uploader = Uploader::console("HelloWorld".as_bytes()); in upload() localVariable
233 ylong_runtime::futures::poll_fn(|cx| Pin::new(&mut uploader).poll_read(cx, &mut buf)) in upload()
317 let mut uploader = Uploader::builder() in upload_and_show_progress() localVariable
325 ylong_runtime::futures::poll_fn(|cx| Pin::new(&mut uploader).poll_read(cx, &mut buf)) in upload_and_show_progress()
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/examples/
H A Dpost.rs27 let uploader = Uploader::builder() in main() localVariable
36 .body(uploader) in main()
H A Dpost_multipart.rs38 let uploader = Uploader::builder().multipart(multipart).console().build(); in main() localVariable
44 .multipart(uploader) // Sets the multipart body. in main()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dmod.rs36 mod uploader; module
51 pub use uploader::{UploadOperator, Uploader, UploaderBuilder};
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/
H A Dmod.rs20 mod uploader; module
23 pub use uploader::{MultiPart, Part, UploadOperator, Uploader, UploaderBuilder};
/ohos5.0/base/request/request/services/src/task/
H A Dupload.rs163 let uploader = Uploader::builder() in build_stream_request() localVariable
168 let request = request_builder.body(Body::stream(uploader)); in build_stream_request()
204 let uploader = Uploader::builder() in build_multipart_request() localVariable
212 request_builder.body(Body::multipart(uploader)); in build_multipart_request()
/ohos5.0/commonlibrary/rust/ylong_http/
H A DREADME_zh.md104 │ │ └── uploader # 异步上传器实现
H A DREADME.md108 │ │ └── uploader # Asynchronous uploader layer
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-ide-3861-burn.md31 4. On the **Tool Chain** tab page, DevEco Device Tool automatically checks for the uploader tool.
H A Dquickstart-ide-3516-burn.md36 4. On the **Tool Chain** tab page, DevEco Device Tool automatically checks for the uploader tool.
H A Dquickstart-ide-3568-burn.md34 4. On the **Tool Chain** tab page, DevEco Device Tool automatically checks for the uploader tool.
H A Dquickstart-appendix-hi3516-ide.md258 4. On the **Tool Chain** tab page, DevEco Device Tool automatically checks for the uploader tool.
/ohos5.0/commonlibrary/rust/ylong_http/docs/
H A Duser_guide.md166 …let uploader = Uploader::builder().reader("HelloWorld".as_bytes()).operator(MyUploadOperator).buil…