Packages

package http4s

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ClientEndpointMiddleware[F[_]] extends AnyRef
  2. trait ServerEndpointMiddleware[F[_]] extends AnyRef
  3. abstract class SimpleProtocolBuilder[P] extends AnyRef

    Abstract construct helping the construction of routers and clients for a given protocol.

    Abstract construct helping the construction of routers and clients for a given protocol. Upon constructing the routers/clients, it will first check that they are indeed annotated with the protocol in question.

  4. trait SimpleProtocolCodecs extends AnyRef
  5. class SimpleRestJsonBuilder extends SimpleProtocolBuilder[SimpleRestJson]

Ungrouped