Packages

package circe

Type Members

  1. trait AkkaHttpCirceAdapter extends FailFastCirceSupport

    An "all-included" mixin for akka-http caliban API with circe json backend.

    An "all-included" mixin for akka-http caliban API with circe json backend. Mixes in an adapter value.
    Requires "de.heikoseeberger" %% "akka-http-circe" to be on the classpath (checked at compile-time).

    See also

    AkkaHttpAdapter for usage example

  2. final class CirceJsonBackend extends JsonBackend with FailFastCirceSupport

    Circe json backend for akka-http routes.

    Circe json backend for akka-http routes.
    Requires "de.heikoseeberger" %% "akka-http-circe" to be on the classpath (checked at compile-time).

    See also

    AkkaHttpAdapter for usage example.

Ungrouped