mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:43:31 +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
8
docs/cmdline-opts/proxy-negotiate.d
Normal file
8
docs/cmdline-opts/proxy-negotiate.d
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Long: proxy-negotiate
|
||||
Help: Use HTTP Negotiate (SPNEGO) authentication on the proxy
|
||||
Added: 7.17.1
|
||||
See-also: proxy-anyauth proxy-basic
|
||||
---
|
||||
Tells curl to use HTTP Negotiate (SPNEGO) authentication when communicating
|
||||
with the given proxy. Use --negotiate for enabling HTTP Negotiate (SPNEGO)
|
||||
with a remote host.
|
||||
Loading…
Add table
Add a link
Reference in a new issue