Type Alias BlockingRequestBuilder
pub type BlockingRequestBuilder<'a, S, Response> = RequestBuilder<'a, S, Response, Blocking>;Available on crate features
http and std only.Expand description
A request builder whose terminal operations block the calling thread.
Aliased Type§
pub struct BlockingRequestBuilder<'a, S, Response> { /* private fields */ }