Lines Matching full:scheme
68 .Fn fetchMakeURL "const char *scheme" "const char *host" "int port" "const char *doc" "const char *…
131 its components function according to the Common Internet Scheme Syntax
135 <scheme>:(//(<user>(:<pwd>)?@)?<host>(:<port>)?)?/(<document>)?
138 If the URL does not seem to begin with a scheme name, the following
146 For instance, the file scheme only needs the <scheme> and <document>
162 char scheme[URL_SCHEMELEN+1];
208 meaning of the individual flags is scheme-dependent, and is detailed
292 .Sh FILE SCHEME
315 .Sh FTP SCHEME
356 .Sh HTTP SCHEME
410 .Sh HTTPS SCHEME
411 Based on HTTP SCHEME.
560 FTP and HTTP proxies are supported; if no scheme is specified, FTP is
592 The first and second item are the authorization scheme and realm
593 respectively; further items are scheme-dependent.
662 Default value: See HTTPS SCHEME above.