Gopher protocol support (initial release)
This commit is contained in:

committed by
Daniel Stenberg

parent
6b6a3bcb61
commit
201637d468
@@ -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
|
||||
|
Reference in New Issue
Block a user