HttpServer.connections

Single-ended doubly-linked list of active connections

class HttpServer
SEDListContainer!HttpServerConnection connections;

Meta