Packages

package rho

Linear Supertypes
AllSyntax, HeaderSyntax, LiteralsSyntax, StringSyntax, KleisliSyntax, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. rho
  2. AllSyntax
  3. HeaderSyntax
  4. LiteralsSyntax
  5. StringSyntax
  6. KleisliSyntax
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package swagger

Type Members

  1. type RhoMiddleware[F[_]] = (Seq[RhoRoute[F, _ <: HList]]) => Seq[RhoRoute[F, _ <: HList]]

Value Members

  1. val PathEmpty: PathRule
  2. implicit def http4sHeaderSyntax[A](a: A)(implicit header: Header[A, _]): HeaderOps[A]
    Definition Classes
    HeaderSyntax
  3. implicit def http4sKleisliAuthedRoutesSyntax[F[_], A](authedRoutes: AuthedRoutes[A, F]): KleisliAuthedRoutesOps[F, A]
    Definition Classes
    KleisliSyntax
  4. implicit def http4sKleisliHttpAppSyntax[F[_]](app: HttpApp[F])(implicit arg0: Functor[F]): KleisliHttpAppOps[F]
    Definition Classes
    KleisliSyntax
  5. implicit def http4sKleisliHttpRoutesSyntax[F[_]](routes: HttpRoutes[F]): KleisliHttpRoutesOps[F]
    Definition Classes
    KleisliSyntax
  6. implicit def http4sKleisliResponseSyntaxOptionT[F[_], A](kleisli: Kleisli[[β$0$]OptionT[F, β$0$], A, Response[F]])(implicit arg0: Functor[F]): KleisliResponseOps[F, A]
    Definition Classes
    KleisliSyntax
  7. implicit def http4sLiteralsSyntax(sc: StringContext): LiteralsOps
    Definition Classes
    LiteralsSyntax
  8. implicit def http4sSelectSyntaxMultiple[A, H[_]](a: H[A])(implicit select: Aux[A, H]): SelectOpsMultiple[A, H]
    Definition Classes
    HeaderSyntax
  9. implicit def http4sSelectSyntaxOne[A](a: A)(implicit select: Select[A]): SelectOpsOne[A]
    Definition Classes
    HeaderSyntax

Deprecated Value Members

  1. implicit def http4sStringSyntax(s: String): StringOps
    Definition Classes
    StringSyntax
    Annotations
    @deprecated
    Deprecated

    (Since version 0.22.0) Use org.typelevel.ci.CIString.apply instead, or for literals import org.typelevel.ci._ and replace "foo".ci with ci"foo"

Inherited from AllSyntax

Inherited from HeaderSyntax

Inherited from LiteralsSyntax

Inherited from StringSyntax

Inherited from KleisliSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped