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