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 D | mod.rs | 206 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 D | post.rs | 27 let uploader = Uploader::builder() in main() localVariable 36 .body(uploader) in main()
|
H A D | post_multipart.rs | 38 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 D | mod.rs | 36 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 D | mod.rs | 20 mod uploader; module 23 pub use uploader::{MultiPart, Part, UploadOperator, Uploader, UploaderBuilder};
|
/ohos5.0/base/request/request/services/src/task/ |
H A D | upload.rs | 163 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 D | README_zh.md | 104 │ │ └── uploader # 异步上传器实现
|
H A D | README.md | 108 │ │ └── uploader # Asynchronous uploader layer
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-ide-3861-burn.md | 31 4. On the **Tool Chain** tab page, DevEco Device Tool automatically checks for the uploader tool.
|
H A D | quickstart-ide-3516-burn.md | 36 4. On the **Tool Chain** tab page, DevEco Device Tool automatically checks for the uploader tool.
|
H A D | quickstart-ide-3568-burn.md | 34 4. On the **Tool Chain** tab page, DevEco Device Tool automatically checks for the uploader tool.
|
H A D | quickstart-appendix-hi3516-ide.md | 258 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 D | user_guide.md | 166 …let uploader = Uploader::builder().reader("HelloWorld".as_bytes()).operator(MyUploadOperator).buil…
|