maintainOpenConnections property

bool maintainOpenConnections
final

Keep connections to the server open.

If set to false, then the connection is closed immediately after the response is collected.

Defaults to true.

Implementation

final bool maintainOpenConnections;