Skip to content

Commit

Permalink
docs: add note about http agent (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomuikuta authored Jan 17, 2023
1 parent 93d07fe commit 5943c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ await ofetch('/movies', {

## 💡 Adding HTTP(S) Agent

If you need use HTTP(S) Agent, can add `agent` option with `https-proxy-agent`:
If you need use HTTP(S) Agent, can add `agent` option with `https-proxy-agent` (for Node.js only):

```js
import { HttpsProxyAgent } from "https-proxy-agent";
Expand Down

0 comments on commit 5943c5f

Please sign in to comment.