RequestOptions constructor

RequestOptions({
  1. String protocol,
  2. String host,
  3. String hostname,
  4. num family,
  5. num port,
  6. String localAddress,
  7. String socketPath,
  8. String method,
  9. String path,
  10. dynamic headers,
  11. String auth,
  12. dynamic agent,
  13. num timeout,
})

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,
});