RequestOptions class abstract

Annotations
  • @JS()
  • @anonymous

Constructors

RequestOptions({String protocol, String host, String hostname, num family, num port, String localAddress, String socketPath, String method, String path, dynamic headers, String auth, dynamic agent, num timeout})
factory

Properties

agent → dynamic
no setter
auth String
no setter
family num
no setter
hashCode int
The hash code for this object.
no setterinherited
headers → dynamic
no setter
host String
no setter
hostname String
no setter
localAddress String
no setter
method String
no setter
path String
no setter
port num
no setter
protocol String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socketPath String
no setter
timeout num
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited