connectionInfo property

  1. @override
HttpConnectionInfo? get connectionInfo
override

Information about the client connection.

Returns null if the socket is not available.

Implementation

@override
// TODO: implement connectionInfo
HttpConnectionInfo? get connectionInfo => throw UnimplementedError();