Packages

trait Http4sInstances extends EntityDecoderInstances with HttpVersionInstances with EntityEncoderInstances with CharsetRangeInstances with QValueInstances with MethodInstances with StatusInstances

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Http4sInstances
  2. StatusInstances
  3. MethodInstances
  4. QValueInstances
  5. CharsetRangeInstances
  6. EntityEncoderInstances
  7. EntityEncoderInstances0
  8. HttpVersionInstances
  9. EntityDecoderInstances
  10. AnyRef
  11. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  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. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Http4sInstances to any2stringadd[Http4sInstances] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Http4sInstances, B)
    Implicit
    This member is added by an implicit conversion from Http4sInstances to ArrowAssoc[Http4sInstances] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. implicit val CharacterSetEqual: Eq[CharsetRange]
    Definition Classes
    CharsetRangeInstances
  7. implicit val CharsetShow: Show[Charset]
    Definition Classes
    CharsetRangeInstances
  8. implicit val HttpVersionOrder: Order[HttpVersion]
    Definition Classes
    HttpVersionInstances
  9. implicit val HttpVersionShow: Show[HttpVersion]
    Definition Classes
    HttpVersionInstances
  10. implicit val MethodInstances: Show[Method] with Eq[Method]
    Definition Classes
    MethodInstances
  11. implicit val StatusOrder: Order[Status]
    Definition Classes
    StatusInstances
  12. implicit val StatusShow: Show[Status]
    Definition Classes
    StatusInstances
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def binFile(file: File): EntityDecoder[File]
    Definition Classes
    EntityDecoderInstances
  15. implicit val binary: EntityDecoder[Chunk[Byte]]
    Definition Classes
    EntityDecoderInstances
  16. implicit val byteArrayEncoder: EntityEncoder[Array[Byte]]
    Definition Classes
    EntityEncoderInstances
  17. implicit def charArrayEncoder(implicit charset: Charset = DefaultCharset): EntityEncoder[Array[Char]]
    Definition Classes
    EntityEncoderInstances
  18. implicit val chunkEncoder: EntityEncoder[Chunk[Byte]]
    Definition Classes
    EntityEncoderInstances
  19. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  20. def emptyEncoder[A]: EntityEncoder[A]
    Definition Classes
    EntityEncoderInstances0
  21. def ensuring(cond: (Http4sInstances) ⇒ Boolean, msg: ⇒ Any): Http4sInstances
    Implicit
    This member is added by an implicit conversion from Http4sInstances to Ensuring[Http4sInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: (Http4sInstances) ⇒ Boolean): Http4sInstances
    Implicit
    This member is added by an implicit conversion from Http4sInstances to Ensuring[Http4sInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean, msg: ⇒ Any): Http4sInstances
    Implicit
    This member is added by an implicit conversion from Http4sInstances to Ensuring[Http4sInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean): Http4sInstances
    Implicit
    This member is added by an implicit conversion from Http4sInstances to Ensuring[Http4sInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. implicit def entityBodyEncoder: EntityEncoder[EntityBody]

    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
  26. implicit val entityEncoderContravariant: Contravariant[EntityEncoder]
    Definition Classes
    EntityEncoderInstances
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. def error[T](t: Throwable): EntityDecoder[T]

    Provides a mechanism to fail decoding

    Provides a mechanism to fail decoding

    Definition Classes
    EntityDecoderInstances
  30. implicit val fileEncoder: EntityEncoder[File]
    Definition Classes
    EntityEncoderInstances
  31. implicit val filePathEncoder: EntityEncoder[Path]
    Definition Classes
    EntityEncoderInstances
  32. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Http4sInstances to StringFormat[Http4sInstances] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  34. implicit def futureEncoder[A](implicit W: EntityEncoder[A], ec: ExecutionContext): EntityEncoder[Future[A]]
    Definition Classes
    EntityEncoderInstances0
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. implicit def inputStreamEncoder[A <: InputStream]: EntityEncoder[Eval[A]]
    Definition Classes
    EntityEncoderInstances
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. implicit def multipart: EntityDecoder[Multipart]
    Definition Classes
    EntityDecoderInstances
  40. implicit val multipartEncoder: EntityEncoder[Multipart]
    Definition Classes
    EntityEncoderInstances
  41. implicit def naturalTransformationEncoder[F[_], A](implicit N: ~>[F, Task], W: EntityEncoder[A]): EntityEncoder[F[A]]
    Definition Classes
    EntityEncoderInstances0
  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. implicit def pureStreamEncoder[A](implicit W: EntityEncoder[A]): EntityEncoder[Stream[Nothing, A]]
    Definition Classes
    EntityEncoderInstances0
  46. implicit val qValueOrder: Order[QValue]
    Definition Classes
    QValueInstances
  47. implicit val qValueShow: Show[QValue]
    Definition Classes
    QValueInstances
  48. implicit def readerEncoder[A <: Reader](implicit charset: Charset = DefaultCharset): EntityEncoder[Task[A]]
    Definition Classes
    EntityEncoderInstances
  49. implicit val serverSentEventEncoder: EntityEncoder[EventStream]
    Definition Classes
    EntityEncoderInstances
  50. def showEncoder[A](implicit charset: Charset = DefaultCharset, show: Show[A]): EntityEncoder[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
  51. implicit def sourceEncoder[A](implicit W: EntityEncoder[A]): EntityEncoder[Stream[Task, A]]

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

    A process 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
  52. implicit def stringEncoder(implicit charset: Charset = DefaultCharset): EntityEncoder[String]
    Definition Classes
    EntityEncoderInstances
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. implicit def taskEncoder[A](implicit W: EntityEncoder[A]): EntityEncoder[Task[A]]
    Definition Classes
    EntityEncoderInstances
  55. implicit def text(implicit defaultCharset: Charset = DefaultCharset): EntityDecoder[String]
    Definition Classes
    EntityDecoderInstances
  56. def textFile(file: File): EntityDecoder[File]
    Definition Classes
    EntityDecoderInstances
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. implicit val unitEncoder: EntityEncoder[Unit]
    Definition Classes
    EntityEncoderInstances
  59. implicit val void: EntityDecoder[Unit]

    An entity decoder that ignores the content and returns unit.

    An entity decoder that ignores the content and returns unit.

    Definition Classes
    EntityDecoderInstances
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  63. def [B](y: B): (Http4sInstances, B)
    Implicit
    This member is added by an implicit conversion from Http4sInstances to ArrowAssoc[Http4sInstances] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

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

Inherited by implicit conversion any2stringadd from Http4sInstances to any2stringadd[Http4sInstances]

Inherited by implicit conversion StringFormat from Http4sInstances to StringFormat[Http4sInstances]

Inherited by implicit conversion Ensuring from Http4sInstances to Ensuring[Http4sInstances]

Inherited by implicit conversion ArrowAssoc from Http4sInstances to ArrowAssoc[Http4sInstances]

Ungrouped