object RequestEncoder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequestEncoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Aux[Step, InputT] = RequestEncoder[Step] { type Input = InputT }
- type Fn[Input] = (HttpRequest, Input) => HttpRequest
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val addQueryParameter: Aux[AddQueryParameter, Leaf[String]]
- def apply[T](implicit rb: RequestEncoder[T]): Aux[T, RequestEncoder.Input]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def contraMapFn[Input, Output](fn: Fn[Output], c: (Input) => Output): Fn[Input]
Applies c before putting input to fn.
- implicit val encodeAddHeader: Aux[AddHeader, Leaf[String]]
- 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, _]]] }
- 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]]
- implicit val encodeExtraPath: Aux[ExtraPath.type, Leaf[String]]
- implicit val encodeExtraPathFixed: Aux[ExtraPathFixed, Empty]
- implicit def encodeMapped[T]: Aux[MappedPayload[T], Leaf[T]]
- implicit def encodeMappedInput[A, B, T <: TypedInput[A], V](implicit aux: Aux[T, Leaf[A]]): Aux[MappedInput[A, B, T], Leaf[B]]
- implicit def encodeMultipart[Parts <: HList, PartArgumentsV <: VTree](implicit aux: MultipartEncoder.Aux[Parts, PartArgumentsV]): Aux[Multipart[Parts], PartArgumentsV]
- implicit val encodeNil: Aux[HNil, Empty]
- implicit def encodeQueryParameterMap[T]: Aux[QueryParameterMap[T], Leaf[T]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def make[Step, Consuming <: VTree](f: (Step) => Fn[Consuming]): Aux[Step, Consuming]
Generate a new Request Encoder.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated