Type Alias qiniu_http::AsyncRequest

source ·
pub type AsyncRequest<'r> = Request<'r, AsyncRequestBody<'r>>;
Expand description

异步 HTTP 响应

Aliased Type§

struct AsyncRequest<'r> { /* private fields */ }