trait RequestOptions extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequestOptions
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
val
agent: UndefOr[|[Agent, Boolean]]
- Annotations
- @JSOptional()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
auth: UndefOr[String]
- Annotations
- @JSOptional()
-
val
ca: UndefOr[SecureData]
- Annotations
- @JSOptional()
-
val
cert: UndefOr[SecureData]
- Annotations
- @JSOptional()
-
val
ciphers: UndefOr[String]
- Annotations
- @JSOptional()
-
val
clientCertEngine: UndefOr[String]
- Annotations
- @JSOptional()
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
createConnection: UndefOr[Function]
- Annotations
- @JSOptional()
-
val
crl: UndefOr[SecureData]
- Annotations
- @JSOptional()
-
val
defaultPort: UndefOr[Int]
- Annotations
- @JSOptional()
-
val
dphram: UndefOr[|[String, Buffer]]
- Annotations
- @JSOptional()
-
val
ecdhCurve: UndefOr[String]
- Annotations
- @JSOptional()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
family: UndefOr[Int]
- Annotations
- @JSOptional()
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
headers: UndefOr[Dictionary[Any]]
- Annotations
- @JSOptional()
-
val
highWaterMark: UndefOr[Int]
- Annotations
- @JSOptional()
-
val
honorCihperOrder: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
host: UndefOr[String]
- Annotations
- @JSOptional()
-
val
hostname: UndefOr[String]
- Annotations
- @JSOptional()
-
val
insecureHTTPParser: UndefOr[Int]
- Annotations
- @JSOptional()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
key: UndefOr[SecureData]
- Annotations
- @JSOptional()
-
val
localAddress: UndefOr[String]
- Annotations
- @JSOptional()
-
val
maxHeaderSize: UndefOr[Int]
- Annotations
- @JSOptional()
-
val
method: UndefOr[String]
- Annotations
- @JSOptional()
-
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()
-
val
passphrase: UndefOr[String]
- Annotations
- @JSOptional()
-
val
path: UndefOr[String]
- Annotations
- @JSOptional()
-
val
pfx: UndefOr[|[SecureData, Array[SecureDataObjectForm]]]
- Annotations
- @JSOptional()
-
val
port: UndefOr[Int]
- Annotations
- @JSOptional()
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
protocol: UndefOr[String]
- Annotations
- @JSOptional()
-
val
rejectUnauthorized: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
secureOptions: UndefOr[Int]
- Annotations
- @JSOptional()
-
val
secureProtocol: UndefOr[String]
- Annotations
- @JSOptional()
-
val
servername: UndefOr[String]
- Annotations
- @JSOptional()
-
val
sessionIdContext: UndefOr[String]
- Annotations
- @JSOptional()
-
val
setHost: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
socketPath: UndefOr[String]
- Annotations
- @JSOptional()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
timeout: UndefOr[Int]
- Annotations
- @JSOptional()
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
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
- @throws( ... ) @native()