diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-08-05 11:51:07 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-09-06 11:03:08 +0200 |
commit | bac70d074f448ebd610f8f15eeb5585515532fa1 (patch) | |
tree | 51195876cf8535fd815a65690d80115fcfdc335f /lib/url.h | |
parent | 6987fcef657710f800b05dd79ff744087b15c73d (diff) | |
download | curl-URL-API.tar.gz |
URL-APIURL-API
See header file and man pages for API. All documented API details work
and are tested in the 1560 test case.
Closes #2842
Diffstat (limited to 'lib/url.h')
-rw-r--r-- | lib/url.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -78,6 +78,8 @@ void Curl_getoff_all_pipelines(struct Curl_easy *data, struct connectdata *conn); +const struct Curl_handler *Curl_builtin_scheme(const char *scheme); + #define CURL_DEFAULT_PROXY_PORT 1080 /* default proxy port unless specified */ #define CURL_DEFAULT_HTTPS_PROXY_PORT 443 /* default https proxy port unless specified */ |