Name: | nodejs-agent-base |
---|---|
Version: | 1.0.1 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 5601 |
License: | MIT |
RPM: | nodejs-agent-base-1.0.1-1.el7.noarch.rpm |
Source RPM: | nodejs-agent-base-1.0.1-1.el7.src.rpm |
Build Date: | Wed Nov 01 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://www.npmjs.org/package/agent-base |
Summary: | Turn a function into an `http.Agent` instance |
Description: | 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. |