1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

URL-SYNTAX: mention all supported schemes

Closes #6311
This commit is contained in:
Daniel Stenberg 2020-12-12 11:44:49 +01:00
parent 940d414980
commit c29db0303d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -128,6 +128,18 @@ For example, this could look like:
The scheme specifies the protocol to use. A curl build can support a few or
many different schemes. You can limit what schemes curl should acccept.
curl supports the following schemes on URLs specified to transfer. They are
matched case insensitvely:
`dict`, `file`, `ftp`, `ftps`, `gopher`, `http`, `https`, `imap`, `imaps`,
`ldap`, `ldaps`, `mqtt`, `pop3`, `pop3s`, `rtmp`, `rtmpe`, `rtmps`, `rtmpt`,
`rtmpte`, `rtmpts`, `rtsp`, `smb`, `smbs`, `smtp`, `smtps`, `telnet`, `tftp`
When the URL is specified to identify a proxy, curl recognizes the following
schemes:
`http`, `https`, `socks4`, `socks4a`, `socks5`, `socks5h`, `socks`
## Userinfo
The userinfo field can be used to set user name and password for