Packages

p

smithy4s

http4s

package http4s

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. http4s
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ClientEndpointMiddleware[F[_]] = Middleware[Client[F]]
  2. type ServerEndpointMiddleware[F[_]] = Middleware[HttpApp[F]]
  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]

Inherited from AnyRef

Inherited from Any

Ungrouped