property Agent.prototype.requests
          
Usage in Deno
import { Agent } from "node:http";
An object which contains queues of requests that have not yet been assigned to sockets. Do not modify.
ReadOnlyDict<IncomingMessage[]>
      
    import { Agent } from "node:http";
An object which contains queues of requests that have not yet been assigned to sockets. Do not modify.
ReadOnlyDict<IncomingMessage[]>