public class RequestOptions extends RequestOptions
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Object> |
ca |
Objs.Property<Object> |
cert |
Objs.Property<String> |
ciphers |
Objs.Property<Object> |
key |
Objs.Property<String> |
passphrase |
Objs.Property<Object> |
pfx |
Objs.Property<Boolean> |
rejectUnauthorized |
Objs.Property<String> |
secureProtocol |
agent, auth, family, headers, host, hostname, localAddress, method, path, port, protocol, socketPath
Modifier | Constructor and Description |
---|---|
protected |
RequestOptions(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static RequestOptions |
$as(Object obj) |
String |
ciphers() |
String |
passphrase() |
Boolean |
rejectUnauthorized() |
String |
secureProtocol() |
auth, family, host, hostname, localAddress, method, path, port, protocol, socketPath
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Object> pfx
public Objs.Property<Object> key
public Objs.Property<String> passphrase
public Objs.Property<Object> cert
public Objs.Property<Object> ca
public Objs.Property<String> ciphers
public Objs.Property<Boolean> rejectUnauthorized
public Objs.Property<String> secureProtocol
protected RequestOptions(Objs.Constructor<?> c, Object js)
Copyright © 2018. All rights reserved.