Packages

trait RequestOptions extends Object

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestOptions
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. val agent: UndefOr[|[Agent, Boolean]]
    Annotations
    @JSOptional()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val auth: UndefOr[String]
    Annotations
    @JSOptional()
  7. val ca: UndefOr[SecureData]
    Annotations
    @JSOptional()
  8. val cert: UndefOr[SecureData]
    Annotations
    @JSOptional()
  9. val ciphers: UndefOr[String]
    Annotations
    @JSOptional()
  10. val clientCertEngine: UndefOr[String]
    Annotations
    @JSOptional()
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val createConnection: UndefOr[Function]
    Annotations
    @JSOptional()
  13. val crl: UndefOr[SecureData]
    Annotations
    @JSOptional()
  14. val defaultPort: UndefOr[Int]
    Annotations
    @JSOptional()
  15. val dphram: UndefOr[|[String, Buffer]]
    Annotations
    @JSOptional()
  16. val ecdhCurve: UndefOr[String]
    Annotations
    @JSOptional()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. val family: UndefOr[Int]
    Annotations
    @JSOptional()
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val headers: UndefOr[Dictionary[Any]]
    Annotations
    @JSOptional()
  25. val highWaterMark: UndefOr[Int]
    Annotations
    @JSOptional()
  26. val honorCihperOrder: UndefOr[Boolean]
    Annotations
    @JSOptional()
  27. val host: UndefOr[String]
    Annotations
    @JSOptional()
  28. val hostname: UndefOr[String]
    Annotations
    @JSOptional()
  29. val insecureHTTPParser: UndefOr[Int]
    Annotations
    @JSOptional()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  32. val key: UndefOr[SecureData]
    Annotations
    @JSOptional()
  33. val localAddress: UndefOr[String]
    Annotations
    @JSOptional()
  34. val method: UndefOr[String]
    Annotations
    @JSOptional()
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. val passphrase: UndefOr[String]
    Annotations
    @JSOptional()
  39. val path: UndefOr[String]
    Annotations
    @JSOptional()
  40. val pfx: UndefOr[|[SecureData, Array[SecureDataObjectForm]]]
    Annotations
    @JSOptional()
  41. val port: UndefOr[Int]
    Annotations
    @JSOptional()
  42. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  43. val protocol: UndefOr[String]
    Annotations
    @JSOptional()
  44. val rejectUnauthorized: UndefOr[Boolean]
    Annotations
    @JSOptional()
  45. val secureOptions: UndefOr[Int]
    Annotations
    @JSOptional()
  46. val secureProtocol: UndefOr[String]
    Annotations
    @JSOptional()
  47. val servername: UndefOr[String]
    Annotations
    @JSOptional()
  48. val sessionIdContext: UndefOr[String]
    Annotations
    @JSOptional()
  49. val setHost: UndefOr[Boolean]
    Annotations
    @JSOptional()
  50. val socketPath: UndefOr[String]
    Annotations
    @JSOptional()
  51. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  52. val timeout: UndefOr[Int]
    Annotations
    @JSOptional()
  53. def toLocaleString(): String
    Definition Classes
    Object
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. def valueOf(): Any
    Definition Classes
    Object
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped