Module conjure_runtime::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
- The blocking writer passed to
WriteBody::write_body. - A blocking HTTP client to a remote service.
- A blocking streaming response body.