Packages

object Http4s extends Http4s

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Http4s
  2. Http4s
  3. AllSyntax
  4. LiteralsSyntax
  5. StringSyntax
  6. NonEmptyListSyntax
  7. KleisliSyntax
  8. EffectRequestSyntax
  9. EffectResponseSyntax
  10. AsyncSyntax
  11. Http4sFunctions
  12. UriFunctions
  13. QValueFunctions
  14. Http4sInstances
  15. StatusInstances
  16. MethodInstances
  17. QValueInstances
  18. CharsetRangeInstances
  19. EntityEncoderInstances
  20. EntityEncoderInstances0
  21. HttpVersionInstances
  22. EntityDecoderInstances
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val HttpVersionOrder: Order[HttpVersion]
    Definition Classes
    HttpVersionInstances
  5. implicit val HttpVersionShow: Show[HttpVersion]
    Definition Classes
    HttpVersionInstances
  6. implicit val StatusOrder: Order[Status]
    Definition Classes
    StatusInstances
  7. implicit val StatusShow: Show[Status]
    Definition Classes
    StatusInstances
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. implicit def asyncSyntax[F[_], A](async: Async[F]): AsyncOps[F, A]
    Definition Classes
    AsyncSyntax
  10. def binFile[F[_]](file: File)(implicit F: Sync[F]): EntityDecoder[F, File]
    Definition Classes
    EntityDecoderInstances
  11. implicit def binary[F[_]](implicit arg0: Sync[F]): EntityDecoder[F, Segment[Byte, Unit]]
    Definition Classes
    EntityDecoderInstances
  12. implicit def binaryChunk[F[_]](implicit arg0: Sync[F]): EntityDecoder[F, Chunk[Byte]]
    Definition Classes
    EntityDecoderInstances
  13. implicit def byteArrayDecoder[F[_]](implicit arg0: Sync[F]): EntityDecoder[F, Array[Byte]]
    Definition Classes
    EntityDecoderInstances
  14. implicit def byteArrayEncoder[F[_]](implicit arg0: Applicative[F]): EntityEncoder[F, Array[Byte]]
    Definition Classes
    EntityEncoderInstances
  15. implicit def charArrayDecoder[F[_]](implicit arg0: Sync[F]): EntityDecoder[F, Array[Char]]
    Definition Classes
    EntityDecoderInstances
  16. implicit def charArrayEncoder[F[_]](implicit F: Applicative[F], charset: Charset = DefaultCharset): EntityEncoder[F, Array[Char]]
    Definition Classes
    EntityEncoderInstances
  17. implicit def chunkEncoder[F[_]](implicit arg0: Applicative[F]): EntityEncoder[F, Chunk[Byte]]
    Definition Classes
    EntityEncoderInstances
  18. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  19. implicit def effectEncoder[F[_], A](implicit F: FlatMap[F], W: EntityEncoder[F, A]): EntityEncoder[F, F[A]]
    Definition Classes
    EntityEncoderInstances
  20. def emptyEncoder[F[_], A](implicit F: Applicative[F]): EntityEncoder[F, A]
    Definition Classes
    EntityEncoderInstances0
  21. implicit def entityBodyEncoder[F[_]](implicit F: Applicative[F]): EntityEncoder[F, EntityBody[F]]

    Encodes an entity body.

    Encodes an entity body. Chunking of the stream is preserved. A Transfer-Encoding: chunked header is set, as we cannot know the content length without running the stream.

    Definition Classes
    EntityEncoderInstances
  22. implicit def entityEncoderContravariant[F[_]]: Contravariant[[β$0$]EntityEncoder[F, β$0$]]
    Definition Classes
    EntityEncoderInstances
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def error[F[_], T](t: Throwable)(implicit F: Sync[F]): EntityDecoder[F, T]

    Provides a mechanism to fail decoding

    Provides a mechanism to fail decoding

    Definition Classes
    EntityDecoderInstances
  26. implicit def fileEncoder[F[_]](implicit F: Sync[F]): EntityEncoder[F, File]
    Definition Classes
    EntityEncoderInstances
  27. implicit def filePathEncoder[F[_]](implicit arg0: Sync[F]): EntityEncoder[F, Path]
    Definition Classes
    EntityEncoderInstances
  28. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. implicit val http4sEqForCharsetRange: Eq[CharsetRange]
    Definition Classes
    CharsetRangeInstances
  32. implicit val http4sEqForMethod: Eq[Method]
    Definition Classes
    MethodInstances
  33. implicit def http4sKleisliResponseSyntax[F[_], A](service: Kleisli[[β$0$]OptionT[F, β$0$], A, Response[F]])(implicit arg0: Functor[F]): KleisliResponseOps[F, A]
    Definition Classes
    KleisliSyntax
  34. implicit def http4sLiteralsSyntax(sc: StringContext): LiteralsOps
    Definition Classes
    LiteralsSyntax
  35. implicit val http4sShowForCharsetRange: Show[Charset]
    Definition Classes
    CharsetRangeInstances
  36. implicit val http4sShowForMethod: Show[Method]
    Definition Classes
    MethodInstances
  37. implicit def http4sStringSyntax(s: String): StringOps
    Definition Classes
    StringSyntax
  38. implicit def inputStreamEncoder[F[_], IS <: InputStream](implicit arg0: Sync[F]): EntityEncoder[F, F[IS]]
    Definition Classes
    EntityEncoderInstances
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. implicit def multipart[F[_]](implicit arg0: Sync[F]): EntityDecoder[F, Multipart[F]]
    Definition Classes
    EntityDecoderInstances
  41. implicit def multipartEncoder[F[_]](implicit arg0: Sync[F]): EntityEncoder[F, Multipart[F]]
    Definition Classes
    EntityEncoderInstances
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. macro def q(d: Double): QValue

    Supports a literal syntax for validated QValues.

    Supports a literal syntax for validated QValues.

    Example:

    q(0.5).success == QValue.fromDouble(0.5)
    q(1.1) // does not compile: out of range
    val d = 0.5
    q(d) // does not compile: not a literal
    Definition Classes
    QValueFunctions
  46. implicit val qValueHttpCodec: HttpCodec[QValue]
    Definition Classes
    QValueInstances
  47. implicit val qValueOrder: Order[QValue]
    Definition Classes
    QValueInstances
  48. implicit val qValueShow: Show[QValue]
    Definition Classes
    QValueInstances
  49. implicit def readerEncoder[F[_], R <: Reader](implicit F: Sync[F], charset: Charset = DefaultCharset): EntityEncoder[F, F[R]]
    Definition Classes
    EntityEncoderInstances
  50. def removeDotSegments(path: Path): Path

    Remove dot sequences from a Path, per RFC 3986 Sec 5.2.4

    Remove dot sequences from a Path, per RFC 3986 Sec 5.2.4

    Definition Classes
    UriFunctions
  51. def resolve(base: Uri, reference: Uri): Uri

    Resolve a relative Uri reference, per RFC 3986 sec 5.2

    Resolve a relative Uri reference, per RFC 3986 sec 5.2

    Definition Classes
    UriFunctions
  52. implicit def segmentEncoder[F[_]](implicit arg0: Applicative[F]): EntityEncoder[F, Segment[Byte, Unit]]
    Definition Classes
    EntityEncoderInstances
  53. implicit def serverSentEventEncoder[F[_]](implicit arg0: Applicative[F]): EntityEncoder[F, EventStream[F]]
    Definition Classes
    EntityEncoderInstances
  54. def showEncoder[F[_], A](implicit arg0: Applicative[F], charset: Charset = DefaultCharset, show: Show[A]): EntityEncoder[F, A]

    Encodes a value from its Show instance.

    Encodes a value from its Show instance. Too broad to be implicit, too useful to not exist.

    Definition Classes
    EntityEncoderInstances0
  55. implicit def streamEncoder[F[_], A](implicit F: Applicative[F], W: EntityEncoder[F, A]): EntityEncoder[F, Stream[F, A]]

    A stream encoder is intended for streaming, and does not calculate its bodies in advance.

    A stream encoder is intended for streaming, and does not calculate its bodies in advance. As such, it does not calculate the Content-Length in advance. This is for use with chunked transfer encoding.

    Definition Classes
    EntityEncoderInstances0
  56. implicit def stringEncoder[F[_]](implicit F: Applicative[F], charset: Charset = DefaultCharset): EntityEncoder[F, String]
    Definition Classes
    EntityEncoderInstances
  57. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  58. implicit def text[F[_]](implicit arg0: Sync[F], defaultCharset: Charset = DefaultCharset): EntityDecoder[F, String]
    Definition Classes
    EntityDecoderInstances
  59. def textFile[F[_]](file: File)(implicit F: Sync[F]): EntityDecoder[F, File]
    Definition Classes
    EntityDecoderInstances
  60. def toString(): String
    Definition Classes
    AnyRef → Any
  61. implicit def unitEncoder[F[_]](implicit arg0: Applicative[F]): EntityEncoder[F, Unit]
    Definition Classes
    EntityEncoderInstances
  62. macro def uri(s: String): Uri

    Literal syntax for URIs.

    Literal syntax for URIs. Invalid or non-literal arguments are rejected at compile time.

    Definition Classes
    UriFunctions
  63. implicit def void[F[_]](implicit arg0: Sync[F]): EntityDecoder[F, Unit]

    An entity decoder that ignores the content and returns unit.

    An entity decoder that ignores the content and returns unit.

    Definition Classes
    EntityDecoderInstances
  64. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Deprecated Value Members

  1. implicit def futureEncoder[F[_], A](implicit F: Async[F], ec: ExecutionContext, W: EntityEncoder[F, A]): EntityEncoder[F, Future[A]]
    Definition Classes
    EntityEncoderInstances0
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.5) This encoder breaks referential transparency and can cause unintended evaluation of expressions if you're not careful. See: https://github.com/http4s/http4s/issues/1757, which means you can potentially evaluate futures eagerly. You could end up executing a statement you don't intend to despite it not returning to you as a value.

    If you _must_ use futures, use something such as IO.fromFuture(IO(myFuture)) or define your own helper that does not evaluate the future eagerly, as otherwise it will evaluate the moment it's bound.

  2. implicit def http4sEffectRequestSyntax[F[_]](req: F[Request[F]]): EffectRequestOps[F]
    Definition Classes
    EffectRequestSyntax
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.0-M2) Use map or flatMap directly on the request

  3. implicit def http4sEffectResponseSyntax[F[_]](resp: F[Response[F]]): EffectResponseOps[F]
    Definition Classes
    EffectResponseSyntax
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.0-M2) Use map or flatMap directly on the response

  4. implicit def http4sNonEmptyListSyntax[A](l: NonEmptyList[A]): NonEmptyListOps[A]
    Definition Classes
    NonEmptyListSyntax
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.5) Use cats.foldable._

Inherited from Http4s

Inherited from AllSyntax

Inherited from LiteralsSyntax

Inherited from StringSyntax

Inherited from NonEmptyListSyntax

Inherited from KleisliSyntax

Inherited from EffectRequestSyntax

Inherited from EffectResponseSyntax

Inherited from AsyncSyntax

Inherited from Http4sFunctions

Inherited from UriFunctions

Inherited from QValueFunctions

Inherited from Http4sInstances

Inherited from StatusInstances

Inherited from MethodInstances

Inherited from QValueInstances

Inherited from CharsetRangeInstances

Inherited from EntityEncoderInstances

Inherited from EntityEncoderInstances0

Inherited from HttpVersionInstances

Inherited from EntityDecoderInstances

Inherited from AnyRef

Inherited from Any

Ungrouped