connectionsInfo method
An HttpConnectionsInfo object summarizing the number of current connections handled by the server.
Implementation
@override
HttpConnectionsInfo connectionsInfo() => httpServer.connectionsInfo();
An HttpConnectionsInfo object summarizing the number of current connections handled by the server.
@override
HttpConnectionsInfo connectionsInfo() => httpServer.connectionsInfo();