1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: proxy-anyauth 5Help: Pick any proxy authentication method 6Added: 7.13.2 7Category: proxy auth 8Multi: mutex 9See-also: 10 - proxy 11 - proxy-basic 12 - proxy-digest 13Example: 14 - --proxy-anyauth --proxy-user user:passwd -x proxy $URL 15--- 16 17# `--proxy-anyauth` 18 19Automatically pick a suitable authentication method when communicating with 20the given HTTP proxy. This might cause an extra request/response round-trip. 21