HttpAgentOptions constructor

HttpAgentOptions({
  1. bool keepAlive,
  2. num keepAliveMsecs,
  3. num maxSockets,
  4. num maxFreeSockets,
})

Implementation

external factory HttpAgentOptions({
  bool keepAlive,
  num keepAliveMsecs,
  num maxSockets,
  num maxFreeSockets,
});