Dart SDK
dart:io
HttpClientRequest
persistentConnection
property
persistentConnection
HttpClientRequest
Properties
persistentConnection
followRedirects
maxRedirects
contentLength
bufferOutput
method
uri
headers
cookies
done
connectionInfo
encoding
Constructors
HttpClientRequest
Methods
close
add
addError
writeCharCode
write
addStream
writeln
flush
writeAll
bool
persistentConnection
read / write
Gets and sets the requested persistent connection state.
The default value is
true
.