Lines Matching refs:scheme
175 If set, allows curl_url_set(3) to set a non-supported scheme. It then of
176 course cannot know if the provided scheme is a valid one or not.
181 **scheme**, **port** and **URL**.
194 If set, allows the URL to be set without a scheme and then sets that to the
195 default scheme: HTTPS. Overrides the *CURLU_GUESS_SCHEME* option if both are
200 If set, allows the URL to be set without a scheme and it instead "guesses"
201 which scheme that was intended based on the hostname. If the outermost
202 subdomain name matches DICT, FTP, IMAP, LDAP, POP3 or SMTP then that scheme is
206 If guessing is not allowed and there is no default scheme set, trying to parse
207 a URL without a scheme returns error.
209 If the scheme ends up set as a result of guessing, i.e. it is not actually
211 **CURLU_NO_GUESS_SCHEME** flag when subsequently getting the URL or the scheme
219 permits empty authority sections, similar to how file scheme is handled.
232 or '+'. When spaces are allowed, they are still not allowed in the scheme.