Packages

object RequestEncoder

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestEncoder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Aux[Step, InputT] = RequestEncoder[Step] { type Input = InputT }
  2. type Fn[Input] = (HttpRequest, Input) => HttpRequest

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 addQueryParameter: Aux[AddQueryParameter, Leaf[String]]
  5. def apply[T](implicit rb: RequestEncoder[T]): Aux[T, RequestEncoder.Input]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def contraMapFn[Input, Output](fn: Fn[Output], c: (Input) => Output): Fn[Input]

    Applies c before putting input to fn.

  9. implicit val encodeAddHeader: Aux[AddHeader, Leaf[String]]
  10. implicit val encodeBinary: RequestEncoder[Binary.type] { type Input = net.reactivecore.fhttp.helper.VTree.Branch[net.reactivecore.fhttp.helper.VTree.Leaf[String],net.reactivecore.fhttp.helper.VTree.Leaf[akka.stream.scaladsl.Source[akka.util.ByteString, _]]] }
  11. implicit def encodeElem[H, T <: HList, HC <: VTree, TC <: VTree](implicit h: Aux[H, HC], aux: Aux[T, TC]): Aux[::[H, T], Branch[HC, TC]]
  12. implicit val encodeExtraPath: Aux[ExtraPath.type, Leaf[String]]
  13. implicit val encodeExtraPathFixed: Aux[ExtraPathFixed, Empty]
  14. implicit def encodeMapped[T]: Aux[MappedPayload[T], Leaf[T]]
  15. implicit def encodeMappedInput[A, B, T <: TypedInput[A], V](implicit aux: Aux[T, Leaf[A]]): Aux[MappedInput[A, B, T], Leaf[B]]
  16. implicit def encodeMultipart[Parts <: HList, PartArgumentsV <: VTree](implicit aux: MultipartEncoder.Aux[Parts, PartArgumentsV]): Aux[Multipart[Parts], PartArgumentsV]
  17. implicit val encodeNil: Aux[HNil, Empty]
  18. implicit def encodeQueryParameterMap[T]: Aux[QueryParameterMap[T], Leaf[T]]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def make[Step, Consuming <: VTree](f: (Step) => Fn[Consuming]): Aux[Step, Consuming]

    Generate a new Request Encoder.

  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped