Crate conjure_http

source ·
Expand description

Interfaces for Conjure HTTP clients and servers.

Conjure services generate code that interacts with the types and traits in this crate, so that consumers are not tightly bound to specific client and server implementations.

§Macros

If the macros Cargo feature is enabled, the conjure_client macro can be used to create client implementations for non-Conjure APIs.

Modules§

Structs§

  • A data structure storing the raw, encoded, path parameters of the request.
  • A data structure storing safe-loggable parameters of a request.