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

Agent vs HttpsAgent #86

Open
rvillane opened this issue Jan 3, 2020 · 1 comment
Open

Agent vs HttpsAgent #86

rvillane opened this issue Jan 3, 2020 · 1 comment

Comments

@rvillane
Copy link

rvillane commented Jan 3, 2020

can I use Agent in case of HTTP and HTTPS connections? or should be strict Agent with HTTP and HttpsAgent with HTTPS connections ?

thanks

@hottehead
Copy link

It must be strict. You need to put either http or https agent into your request depending on the upstream(s) you want to call.

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

No branches or pull requests

2 participants