Module blocking

Module blocking 

Source
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ยง

BodyWriter
The blocking writer passed to WriteBody::write_body.
Client
A blocking HTTP client to a remote service.
ResponseBody
A blocking streaming response body.