mirror of
https://github.com/curl/curl.git
synced 2026-05-15 18:46:19 +03:00
cmdline-opts: more command line options documented
Moved over to the new format
This commit is contained in:
parent
720ea577dc
commit
5c4a526388
46 changed files with 472 additions and 0 deletions
7
docs/cmdline-opts/proxy-basic.d
Normal file
7
docs/cmdline-opts/proxy-basic.d
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Long: proxy-basic
|
||||
Help: Use Basic authentication on the proxy
|
||||
See-also: proxy proxy-anyauth proxy-digest
|
||||
---
|
||||
Tells curl to use HTTP Basic authentication when communicating with the given
|
||||
proxy. Use --basic for enabling HTTP Basic with a remote host. Basic is the
|
||||
default authentication method curl uses with proxies.
|
||||
Loading…
Add table
Add a link
Reference in a new issue