object AkkaHttpImplicits
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AkkaHttpImplicits
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type HttpClient = (HttpRequest) ⇒ Future[HttpResponse]
- sealed trait IgnoredEntity extends AnyRef
- class TextPlain extends AnyRef
- type TraceBuilder = (String) ⇒ (HttpClient) ⇒ HttpClient
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
- def AccumulatingUnmarshaller[T, U, V](accumulator: AtomicReference[List[V]], ev: Unmarshaller[T, U])(acc: (U) ⇒ V)(implicit mat: Materializer): Unmarshaller[T, U]
- implicit def BPEviaFSU[T](implicit ev: Unmarshaller[String, T]): Unmarshaller[BodyPartEntity, T]
- implicit def MFDBPviaFSU[T](implicit ev: Unmarshaller[BodyPartEntity, T]): Unmarshaller[BodyPart, T]
- def SafeUnmarshaller[T, U](ev: Unmarshaller[T, U])(implicit mat: Materializer): Unmarshaller[T, Either[Throwable, U]]
- def StaticUnmarshaller[T](value: T)(implicit mat: Materializer): Unmarshaller[BodyPart, T]
- implicit def UnitUnmarshaller(implicit mat: Materializer): Unmarshaller[BodyPart, Unit]
- implicit def addShowableArg[T](implicit ev: Show[T]): AddArg[T]
- implicit def addShowablePath[T](implicit ev: Show[T]): AddPath[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit val ignoredUnmarshaller: FromEntityUnmarshaller[IgnoredEntity]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def jsonDecoderUnmarshaller[A](implicit J: Decoder[A]): FromStringUnmarshaller[A]
- implicit final def jsonEntityMarshaller[A](implicit J: Encoder[A], printer: Printer = Printer.noSpaces): ToEntityMarshaller[A]
- implicit def jsonEntityUnmarshaller[A](implicit J: Decoder[A]): FromEntityUnmarshaller[A]
- implicit final def jsonMarshaller(implicit printer: Printer = Printer.noSpaces): ToEntityMarshaller[Json]
- final val jsonStringUnmarshaller: FromStringUnmarshaller[Json]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final val stringyJsonEntityUnmarshaller: FromEntityUnmarshaller[Json]
- implicit final val structuredJsonEntityUnmarshaller: FromEntityUnmarshaller[Json]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object IgnoredEntity
- object TextPlain