RequestOptions constructor
RequestOptions({})
Implementation
external factory 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,
});