persistentConnection property
Whether the connection is persistent (keep-alive).
Implementation
@override
bool get persistentConnection => _headers.persistentConnection;
Whether the connection is persistent (keep-alive).
@override
bool get persistentConnection => _headers.persistentConnection;