Ejemplo n.º 1
0
 def get_http_info(self) -> dict:
     info = ServerCore.get_http_info(self)
     info["clients"] = len(self._server_sources)
     return info