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