Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic documentation #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add basic documentation #37

wants to merge 1 commit into from

Conversation

brodeuralexis
Copy link

While looking to use this module, I was not able to find documentation on how to use it anywhere. I had to peek at the source code to understand how to use it. I'm leaving this here for future reference for myself, as well as for others

Related issue #22

var https = require("https");

var options = {};
http.globalAgent = new ForeverAgent(options);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this actually works?
Have you checked that http.globalAgent can be replaced?
nodejs/node#9057

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants