AllSyntax

trait AllSyntax extends AnyRef with KleisliSyntax with StringSyntax with LiteralsSyntax with HeaderSyntax
class Object
trait Matchable
class Any
object implicits.type
object all.type

Extensions

Inherited extensions

extension (ctx: StringContext)
inline def mediaType(inline args: Any*): MediaType
Inherited from:
LiteralsSyntax
inline def path(inline args: Any*): Path
Inherited from:
LiteralsSyntax
inline def qValue(inline args: Any*): QValue
Inherited from:
LiteralsSyntax
inline def scheme(inline args: Any*): Scheme
Inherited from:
LiteralsSyntax
inline def uri(inline args: Any*): Uri
Inherited from:
LiteralsSyntax

Implicits

Inherited implicits

implicit def http4sHeaderSyntax[A](a: A)(implicit header: Header[A, _]): HeaderOps[A]
Inherited from:
HeaderSyntax
implicit def http4sKleisliAuthedRoutesSyntax[F[_], A](authedRoutes: AuthedRoutes[A, F]): KleisliAuthedRoutesOps[F, A]
Inherited from:
KleisliSyntax
Inherited from:
KleisliSyntax
Inherited from:
KleisliSyntax
implicit def http4sKleisliResponseSyntaxOptionT[F[_] : Functor, A](kleisli: Kleisli[[_] =>> OptionT[F, _$2], A, Response[F]]): KleisliResponseOps[F, A]
Inherited from:
KleisliSyntax
implicit def http4sSelectSyntaxMultiple[A, H[_]](a: H[A])(implicit select: Aux[A, H]): SelectOpsMultiple[A, H]
Inherited from:
HeaderSyntax
implicit def http4sSelectSyntaxOne[A](a: A)(implicit select: Select[A]): SelectOpsOne[A]
Inherited from:
HeaderSyntax

Deprecated and Inherited implicits

@deprecated("Use org.typelevel.ci.CIString.apply instead, ".+("or for literals import org.typelevel.ci._ and replace \"foo\".ci with ci\"foo\""), "0.22.0")
Deprecated
Inherited from:
StringSyntax