Packages

c

io.scalajs.nodejs.http

RequestOptions

class RequestOptions extends Object

Annotations
@ScalaJSDefined() @RawJSType()
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

Instance Constructors

  1. new RequestOptions(agent: UndefOr[|[Agent, Boolean]] = js.undefined, auth: UndefOr[String] = js.undefined, createConnection: UndefOr[Function] = js.undefined, defaultPort: UndefOr[Int] = js.undefined, family: UndefOr[Int] = js.undefined, headers: UndefOr[Dictionary[Any]] = js.undefined, host: UndefOr[String] = js.undefined, hostname: UndefOr[String] = js.undefined, localAddress: UndefOr[String] = js.undefined, method: UndefOr[String] = js.undefined, path: UndefOr[String] = js.undefined, port: UndefOr[Int] = js.undefined, protocol: UndefOr[String] = js.undefined, setHost: UndefOr[Boolean] = js.undefined, socketPath: UndefOr[String] = js.undefined, timeout: UndefOr[Int] = js.undefined)

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. var agent: UndefOr[|[Agent, Boolean]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. var auth: UndefOr[String]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. var createConnection: UndefOr[Function]
  9. var defaultPort: UndefOr[Int]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. var family: UndefOr[Int]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. var headers: UndefOr[Dictionary[Any]]
  17. var host: UndefOr[String]
  18. var hostname: UndefOr[String]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  21. var localAddress: UndefOr[String]
  22. var method: UndefOr[String]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. var path: UndefOr[String]
  27. var port: UndefOr[Int]
  28. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  29. var protocol: UndefOr[String]
  30. var setHost: UndefOr[Boolean]
  31. var socketPath: UndefOr[String]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. var timeout: UndefOr[Int]
  34. def toLocaleString(): String
    Definition Classes
    Object
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def valueOf(): Any
    Definition Classes
    Object
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped