Lines Matching +full:- +full:scheme
8 .\" * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
25 curl_url_get - extract a part from a URL
50 return the default port for the used scheme.
52 If the handle has no scheme stored, this option will make
53 \fIcurl_url_get(3)\fP return the default scheme instead of error.
56 default port for the scheme.
59 will not attempt to decode the scheme, the port number or the full URL.
61 The query component will also get plus-to-space conversion as a bonus when
75 Scheme cannot be URL decoded on get.
98 char *scheme;
99 rc = curl_url_get(url, CURLUPART_SCHEME, &scheme, 0);
101 printf("the scheme is %s\\n", scheme);
102 curl_free(scheme);