[][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 Payload::write_body.

BytesBody

A simple type implementing Body which consists of a byte buffer and a content type.

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.