pub type AsyncRequest<'r> = Request<'r, AsyncRequestBody<'r>>;
Expand description
异步 HTTP 响应
Aliased Type§
pub struct AsyncRequest<'r> { /* private fields */ }
pub type AsyncRequest<'r> = Request<'r, AsyncRequestBody<'r>>;
异步 HTTP 响应
pub struct AsyncRequest<'r> { /* private fields */ }