mirror of
https://github.com/curl/curl.git
synced 2026-07-04 13:27:16 +03:00
DOCS: Minor rewording / clarification of host name protocol detection
This commit is contained in:
parent
c0d502785f
commit
89acdf50fa
1 changed files with 2 additions and 2 deletions
|
|
@ -621,8 +621,8 @@ scheme://host:port/path
|
|||
For a greater explanation of the format please see RFC3986.
|
||||
|
||||
If the given URL lacks the scheme (such as "http://" or "ftp://" etc) then
|
||||
libcurl will attempt to resolve the protocol based on the given host name,
|
||||
which may be one of the following:
|
||||
libcurl will attempt to resolve the protocol based on one of the following
|
||||
given host names:
|
||||
|
||||
HTTP, FTP, DICT, LDAP, IMAP, POP3 or SMTP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue