Http4sUnauthorizedClient

io.hireproof.structure.http4s.Http4sUnauthorizedClient
See theHttp4sUnauthorizedClient companion object
final class Http4sUnauthorizedClient[F[_]](app: HttpApp[F])(implicit F: Concurrent[F]) extends UnauthorizedClient[F]

Attributes

Companion:
object
Graph
Supertypes
class UnauthorizedClient[F]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def trySubmit[I, O](endpoint: Endpoint[I, O])(input: I): F[Validated[Errors, O]]

Attributes

Definition Classes
UnauthorizedClient

Inherited methods

final def submit[I, O](endpoint: Endpoint[I, O])(input: I)(implicit F: MonadThrow[F]): F[O]

Attributes

Inherited from:
UnauthorizedClient