class RequestOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequestOptions
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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
- var agent: UndefOr[|[Agent, Boolean]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- var auth: UndefOr[String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- var createConnection: UndefOr[Function]
- var defaultPort: UndefOr[Int]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- var family: UndefOr[Int]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- var headers: UndefOr[Dictionary[Any]]
- var host: UndefOr[String]
- var hostname: UndefOr[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- var localAddress: UndefOr[String]
- var method: UndefOr[String]
- 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()
- var path: UndefOr[String]
- var port: UndefOr[Int]
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- var protocol: UndefOr[String]
- var setHost: UndefOr[Boolean]
- var socketPath: UndefOr[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- var timeout: UndefOr[Int]
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- 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])