-
Notifications
You must be signed in to change notification settings - Fork 127
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
docs: add agent option usage #173
Conversation
@@ -218,6 +218,18 @@ await ofetch('/movies', { | |||
}) | |||
``` | |||
|
|||
## 💡 Adding HTTP(S) Agent | |||
|
|||
If you need use HTTP(S) Agent, can add `agent` option with `https-proxy-agent`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add a note that this is for Node.js only.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow up: #202
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add a note that this is for Node.js only.
By this you mean server side only right? This should work in nuxt /server
right?
add agent option usage on docs. close #161