[−][src]Module conjure_runtime::blocking
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 |
| BytesBody | A simple type implementing |
| Client | A blocking HTTP client to a remote service. |
| RequestBuilder | A builder for a blocking HTTP request. |
| Response | A blocking HTTP response. |
| ResponseBody | A blocking streaming response body. |
Traits
| Body | A synchronous request body. |