persistentConnection property - HttpClientRequest class - dart:io library (original) (raw)

description

bool persistentConnection

getter/setter pair

The requested persistent connection state.

The default value is true.

Implementation

bool persistentConnection = true;