Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/inets/src/http_client/httpc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ HTTP options:

Default is atom `infinity`.

Since OTP 28.4

- **`proxy_auth`** - A proxy-authorization header using a tuple where the first
element is the `username` and the second element of the tuple is the
`password` added to the request.
Expand Down
Loading