Skip to main content
Agent.prototype.requests - http - Node documentation
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.

Type

ReadOnlyDict<IncomingMessage[]>