AllSyntax

org.http4s.syntax.AllSyntax
trait AllSyntax extends AnyRef with KleisliSyntax with StringSyntax with LiteralsSyntax with HeaderSyntax

Attributes

Source:
AllSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object implicits.type
object all.type

Members list

Concise view

Extensions

Inherited extensions

extension (ctx: StringContext)
inline def mediaType(inline args: Any*): MediaType

Attributes

Inherited from:
LiteralsSyntax
Source:
LiteralsSyntax.scala
inline def path(inline args: Any*): Path

Attributes

Inherited from:
LiteralsSyntax
Source:
LiteralsSyntax.scala
inline def qValue(inline args: Any*): QValue

Attributes

Inherited from:
LiteralsSyntax
Source:
LiteralsSyntax.scala
inline def scheme(inline args: Any*): Scheme

Attributes

Inherited from:
LiteralsSyntax
Source:
LiteralsSyntax.scala
inline def uri(inline args: Any*): Uri

Attributes

Inherited from:
LiteralsSyntax
Source:
LiteralsSyntax.scala

Implicits

Inherited implicits

implicit def http4sHeaderSyntax[A](a: A)(implicit header: Header[A, _]): HeaderOps[A]

Attributes

Inherited from:
HeaderSyntax
Source:
HeaderSyntax.scala
implicit def http4sKleisliAuthedRoutesSyntax[F[_], A](authedRoutes: AuthedRoutes[A, F]): KleisliAuthedRoutesOps[F, A]

Attributes

Inherited from:
KleisliSyntax
Source:
KleisliSyntax.scala

Attributes

Inherited from:
KleisliSyntax
Source:
KleisliSyntax.scala

Attributes

Inherited from:
KleisliSyntax
Source:
KleisliSyntax.scala
implicit def http4sKleisliResponseSyntaxOptionT[F[_] : Functor, A](kleisli: Kleisli[[_] =>> OptionT[F, _$2], A, Response[F]]): KleisliResponseOps[F, A]

Attributes

Inherited from:
KleisliSyntax
Source:
KleisliSyntax.scala
implicit def http4sSelectSyntaxMultiple[A, H[_]](a: H[A])(implicit select: Aux[A, H]): SelectOpsMultiple[A, H]

Attributes

Inherited from:
HeaderSyntax
Source:
HeaderSyntax.scala
implicit def http4sSelectSyntaxOne[A](a: A)(implicit select: Select[A]): SelectOpsOne[A]

Attributes

Inherited from:
HeaderSyntax
Source:
HeaderSyntax.scala

Deprecated and Inherited implicits

Attributes

Deprecated
true
Inherited from:
StringSyntax
Source:
StringSyntax.scala