c

otoroshi.next.plugins.api

NgPluginHttpRequest

case class NgPluginHttpRequest(url: String, method: String, headers: Map[String, String], cookies: Seq[WSCookie] = Seq.empty[WSCookie], version: String, clientCertificateChain: () ⇒ Option[Seq[X509Certificate]], body: Source[ByteString, _], backend: Option[NgTarget]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NgPluginHttpRequest
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NgPluginHttpRequest(url: String, method: String, headers: Map[String, String], cookies: Seq[WSCookie] = Seq.empty[WSCookie], version: String, clientCertificateChain: () ⇒ Option[Seq[X509Certificate]], body: Source[ByteString, _], backend: Option[NgTarget])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. lazy val authority: Authority
  6. val backend: Option[NgTarget]
  7. val body: Source[ByteString, _]
  8. val clientCertificateChain: () ⇒ Option[Seq[X509Certificate]]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. lazy val contentLengthStr: Option[String]
  11. lazy val contentType: Option[String]
  12. val cookies: Seq[WSCookie]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. lazy val fragment: Option[String]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. lazy val hasBody: Boolean
  17. lazy val hasBodyWithoutLength: (Boolean, Boolean)
  18. def header(name: String): Option[String]
  19. val headers: Map[String, String]
  20. lazy val host: String
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def json: JsValue
  23. val method: String
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. lazy val path: String
  28. lazy val queryString: Option[String]
  29. lazy val relativeUri: String
  30. lazy val scheme: String
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. lazy val transferEncoding: Option[String]
  33. lazy val uri: Uri
  34. val url: String
  35. val version: String
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped