Type Definition qiniu_http::AsyncRequestBuilder
source · [−]pub type AsyncRequestBuilder<'r> = RequestBuilder<'r, AsyncRequestBody<'r>>;
Expand description
异步 HTTP 响应构建器
pub type AsyncRequestBuilder<'r> = RequestBuilder<'r, AsyncRequestBody<'r>>;
异步 HTTP 响应构建器