cmdline-docs: more options converted over

This commit is contained in:
Daniel Stenberg 2016-11-15 23:44:58 +01:00
parent 81e61cda39
commit 41b1f649bf
83 changed files with 1151 additions and 0 deletions

11
docs/cmdline-opts/basic.d Normal file
View file

@ -0,0 +1,11 @@
Long: basic
Help: Use HTTP Basic Authentication
See-also: proxy-basic
Protocols: HTTP
---
Tells curl to use HTTP Basic authentication with the remote host. This is the
default and this option is usually pointless, unless you use it to override a
previously set option that sets a different authentication method (such as
--ntlm, --digest, or --negotiate).
Used together with --user.