endpoints4s.http4s.client

Type members

Classlikes

class Endpoints[F[_]](val authority: Authority, val scheme: Scheme, val client: Client[F])(implicit evidence$1: Concurrent[F]) extends Endpoints with EndpointsWithCustomErrors with BuiltInErrors
trait Methods extends Methods

algebra.Methods interpreter that decodes and encodes methods.

algebra.Methods interpreter that decodes and encodes methods.

Client interpreter of the algebra MuxEndpoints for http4s.

Client interpreter of the algebra MuxEndpoints for http4s.

trait StatusCodes extends StatusCodes

algebra.StatusCodes interpreter that decodes and encodes methods.

algebra.StatusCodes interpreter that decodes and encodes methods.

trait Urls extends Urls with StatusCodes