[][src]Crate conjure_http

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.

Modules

client

The Conjure HTTP client API.

path_params

Path parameters.

query_params

Query parameters.

server

The Conjure HTTP server API.

Structs

PathParams

A data structure storing the path parameters of the request.

QueryParams

A data structure storing the query parameters of a request.