package client
Content Hierarchy
Type Members
- trait BasicAuthentication extends algebra.BasicAuthentication
- trait BuiltInErrors extends algebra.BuiltInErrors
- trait ChunkedEntities extends algebra.ChunkedEntities with EndpointsWithCustomErrors
- trait ChunkedJsonEntities extends algebra.ChunkedJsonEntities with ChunkedEntities with JsonEntitiesFromCodecs
- class Endpoints[F[_]] extends algebra.Endpoints with EndpointsWithCustomErrors with BuiltInErrors
- trait EndpointsWithCustomErrors extends algebra.EndpointsWithCustomErrors with Urls with Methods with StatusCodes
- trait JsonEntitiesFromCodecs extends EndpointsWithCustomErrors with algebra.JsonEntitiesFromCodecs
- trait JsonEntitiesFromSchemas extends algebra.JsonEntitiesFromSchemas with JsonEntitiesFromCodecs with JsonSchemas
- trait Methods extends algebra.Methods
algebra.Methods interpreter that decodes and encodes methods.
- trait MuxEndpoints extends algebra.MuxEndpoints with EndpointsWithCustomErrors
Client interpreter of the algebra
MuxEndpoints
for http4s. - trait StatusCodes extends algebra.StatusCodes
algebra.StatusCodes interpreter that decodes and encodes methods.
- trait Urls extends algebra.Urls with StatusCodes