pub type SyncRequestBuilder<'r> = RequestBuilder<'r, SyncRequestBody<'r>>;
Expand description

阻塞 HTTP 响应构建器

Aliased Type§

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