Module conjure_http::client

source ·
Expand description

The Conjure HTTP client API.

Structs

Conjure-specific metadata about an endpoint.

Enums

The body of an async Conjure request.
The body of a blocking Conjure request.

Traits

A trait implemented by async HTTP client implementations.
A trait implemented by generated async client interfaces for a Conjure service.
A trait implemented by async streaming bodies.
A trait implemented by HTTP client implementations.
A trait implemented by generated blocking client interfaces for a Conjure service.
A trait implemented by streaming bodies.