property Agent.prototype.sockets
          
Usage in Deno
import { Agent } from "node:http";
An object which contains arrays of sockets currently in use by the agent. Do not modify.
ReadOnlyDict<Socket[]>
      
    import { Agent } from "node:http";
An object which contains arrays of sockets currently in use by the agent. Do not modify.
ReadOnlyDict<Socket[]>