Skip to content

Commit

Permalink
update README.md about Proxy Settings, no Request level setting (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
maguowei committed Sep 17, 2023
1 parent 0ef97bc commit 11ff868
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 @@ -656,7 +656,7 @@ if err != nil {
client.SetCertificates(cert1, cert2, cert3)
```

#### Proxy Settings - Client as well as at Request Level
#### Proxy Settings

Default `Go` supports Proxy via environment variable `HTTP_PROXY`. Resty provides support via `SetProxy` & `RemoveProxy`.
Choose as per your need.
Expand Down

0 comments on commit 11ff868

Please sign in to comment.