Type Alias qiniu_http::SyncRequest

source ·
pub type SyncRequest<'r> = Request<'r, SyncRequestBody<'r>>;
Expand description

阻塞 HTTP 响应

Aliased Type§

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