Expand description
A blocking version of the client.
This simply wraps the asynchronous client, using an internal runtime. The API is identical, with the exception of methods not being async.
Structsยง
- Body
Writer - The blocking writer passed to
WriteBody::write_body
. - Client
- A blocking HTTP client to a remote service.
- Response
Body - A blocking streaming response body.