Skip to main content

requests

property Agent.prototype.requests

An object which contains queues of requests that have not yet been assigned to sockets. Do not modify.

ReadOnlyDict<IncomingMessage[]>
Back to top