pub type SyncRequest<'r> = Request<'r, SyncRequestBody<'r>>;
Expand description
阻塞 HTTP 响应
Aliased Type§
pub struct SyncRequest<'r> { /* private fields */ }
pub type SyncRequest<'r> = Request<'r, SyncRequestBody<'r>>;
阻塞 HTTP 响应
pub struct SyncRequest<'r> { /* private fields */ }