Package: wnpp Severity: wishlist * Package name : node-agent-base Version : 4.2.0 Upstream Author : Nathan Rajlich * URL : https://notabug.org/themusicgod1/node-agent-base * License : MIT Programming Lang: javascript Description : Turn a function into an http.Agent instance
This module provides an http.Agent generator. That is, you pass it an async callback function, and it returns a new http.Agent instance that will invoke the given callback function when sending outbound HTTP requests.