implicits

org.http4s.implicits
object implicits extends AllSyntax

Attributes

Source
implicits.scala
Graph
Supertypes
trait AllSyntax
trait HeaderSyntax
trait StringSyntax
class Object
trait Matchable
class Any
Show all
Self type
implicits.type

Members list

Extensions

Inherited extensions

extension (inline 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
implicit def http4sKleisliHttpAppSyntax[F[_] : Functor](app: HttpApp[F]): KleisliHttpAppOps[F]

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

implicit def http4sStringSyntax(s: String): StringOps

Attributes

Deprecated
true
Inherited from:
StringSyntax
Source
StringSyntax.scala