Module conjure_http::server

source ·
Expand description

The Conjure HTTP server API.

Structs

An object containing extra low-level contextual information about a request.

Enums

The response body returned from an async endpoint.
One segment of an endpoint URI template.
The response body returned from a blocking endpoint.

Traits

A nonblocking HTTP endpoint.
An async Conjure service.
A trait implemented by asynchronous streaming bodies.
A blocking HTTP endpoint.
Metadata about an HTTP endpoint.
A blocking Conjure service.
A trait implemented by streaming bodies.