public class RequestOptions extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Union.A2<Agent,Boolean>> |
agent |
Objs.Property<String> |
auth |
Objs.Property<Number> |
family |
Objs.Property<Objs> |
headers |
Objs.Property<String> |
host |
Objs.Property<String> |
hostname |
Objs.Property<String> |
localAddress |
Objs.Property<String> |
method |
Objs.Property<String> |
path |
Objs.Property<Number> |
port |
Objs.Property<String> |
protocol |
Objs.Property<String> |
socketPath |
Modifier | Constructor and Description |
---|---|
protected |
RequestOptions(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static RequestOptions |
$as(Object obj) |
String |
auth() |
Number |
family() |
String |
host() |
String |
hostname() |
String |
localAddress() |
String |
method() |
String |
path() |
Number |
port() |
String |
protocol() |
String |
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<String> protocol
public Objs.Property<String> host
public Objs.Property<String> hostname
public Objs.Property<Number> family
public Objs.Property<Number> port
public Objs.Property<String> localAddress
public Objs.Property<String> socketPath
public Objs.Property<String> method
public Objs.Property<String> path
public Objs.Property<Objs> headers
public Objs.Property<String> auth
public Objs.Property<Union.A2<Agent,Boolean>> agent
protected RequestOptions(Objs.Constructor<?> c, Object js)
public static RequestOptions $as(Object obj)
public String protocol()
public String host()
public String hostname()
public Number family()
public Number port()
public String localAddress()
public String socketPath()
public String method()
public String path()
public String auth()
Copyright © 2018. All rights reserved.