httpConnections

fnHttpConnection[] httpConnections() @safe

Gets information about active HTTP connections.

This function identifies HTTP/HTTPS connections and attempts to extract application-layer details. Due to encryption (HTTPS), detailed information may not always be available.

Returns

Array of HttpConnection structs containing HTTP connection details.

Example:

auto httpConns = httpConnections();
writeln("Found ", httpConns.length, " HTTP connections");