connectionInfo property
HttpConnectionInfo?
get
connectionInfo
Gets information about the client connection. Returns null
if the
socket is not available.
Implementation
HttpConnectionInfo? get connectionInfo => _httpResponse.connectionInfo;