mirror of
https://github.com/curl/curl.git
synced 2026-07-30 00:18:02 +03:00
Gopher protocol support (initial release)
This commit is contained in:
parent
6b6a3bcb61
commit
201637d468
9 changed files with 231 additions and 4 deletions
|
|
@ -158,6 +158,9 @@ static const char * const protocols[] = {
|
|||
#if defined(USE_SSL) && !defined(CURL_DISABLE_FTP)
|
||||
"ftps",
|
||||
#endif
|
||||
#ifndef CURL_DISABLE_GOPHER
|
||||
"gopher",
|
||||
#endif
|
||||
#ifndef CURL_DISABLE_HTTP
|
||||
"http",
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue