Module conjure_http::server

source ·
Expand description

The Conjure HTTP server API.

Modules§

  • Implementations for Conjure-generated endpoints.

Structs§

Enums§

Traits§

  • A trait implemented by response deserializers used by custom async Conjure server trait implementations.
  • A nonblocking HTTP endpoint.
  • A trait implemented by response serializers used by custom async Conjure server trait implementations.
  • An async Conjure service.
  • A trait implemented by asynchronous streaming bodies.
  • A trait implemented by header decoders used by custom Conjure server trait implementations.
  • A trait implemented by URL parameter decoders used by custom Conjure server trait implementations.
  • A trait implemented by request body deserializers used by custom Conjure server trait implementations.
  • A blocking HTTP endpoint.
  • Metadata about an HTTP endpoint.
  • A trait implemented by response serializers used by custom Conjure server trait implementations.
  • A blocking Conjure service.
  • A trait implemented by streaming bodies.