Lines Matching full:url
70 .Fn fetchParseURL "const char *URL"
72 .Fn fetchFreeURL "struct url *u"
74 .Fn fetchXGetURL "const char *URL" "struct url_stat *us" "const char *flags"
76 .Fn fetchGetURL "const char *URL" "const char *flags"
78 .Fn fetchPutURL "const char *URL" "const char *flags"
80 .Fn fetchStatURL "const char *URL" "struct url_stat *us" "const char *flags"
82 .Fn fetchListURL "const char *URL" "const char *flags"
84 .Fn fetchXGet "struct url *u" "struct url_stat *us" "const char *flags"
86 .Fn fetchGet "struct url *u" "const char *flags"
88 .Fn fetchPut "struct url *u" "const char *flags"
90 .Fn fetchStat "struct url *u" "struct url_stat *us" "const char *flags"
92 .Fn fetchList "struct url *u" "const char *flags"
94 .Fn fetchXGetFile "struct url *u" "struct url_stat *us" "const char *flags"
96 .Fn fetchGetFile "struct url *u" "const char *flags"
98 .Fn fetchPutFile "struct url *u" "const char *flags"
100 .Fn fetchStatFile "struct url *u" "struct url_stat *us" "const char *flags"
102 .Fn fetchListFile "struct url *u" "const char *flags"
104 .Fn fetchXGetHTTP "struct url *u" "struct url_stat *us" "const char *flags"
106 .Fn fetchGetHTTP "struct url *u" "const char *flags"
108 .Fn fetchPutHTTP "struct url *u" "const char *flags"
110 .Fn fetchStatHTTP "struct url *u" "struct url_stat *us" "const char *flags"
112 .Fn fetchListHTTP "struct url *u" "const char *flags"
114 .Fn fetchReqHTTP "struct url *u" "const char *method" "const char *flags" "const char *content_type…
116 .Fn fetchXGetFTP "struct url *u" "struct url_stat *us" "const char *flags"
118 .Fn fetchGetFTP "struct url *u" "const char *flags"
120 .Fn fetchPutFTP "struct url *u" "const char *flags"
122 .Fn fetchStatFTP "struct url *u" "struct url_stat *us" "const char *flags"
124 .Fn fetchListFTP "struct url *u" "const char *flags"
130 takes a URL in the form of a null-terminated string and splits it into
138 If the URL does not seem to begin with a scheme name, the following
144 Note that some components of the URL are not necessarily relevant to
145 all URL schemes.
153 .Vt url
161 struct url {
194 They examine the URL passed to them to determine the transfer
237 attempts to list the contents of the directory pointed to by the URL
271 except that they expect a pre-parsed URL in the form of a pointer to
273 .Vt struct url
299 Only the <document> component of the URL is used.
382 .Vt "struct url" ,
458 specifying the user name and password in the URL or the
459 .Vt struct url ,
464 .Fn myAuthMethod "struct url *u"
471 .Vt struct url
484 .Vt struct url
485 containing the individual components of the URL.
487 unable to allocate memory, or the URL is syntactically incorrect,
536 Invalid URL
547 Default FTP login if none was provided in the URL.
556 provided in the URL.
604 no user name or password was specified in the URL.
628 Specifies the referrer URL to use for HTTP requests.
631 the document URL will be used as referrer URL.
696 The first method is by using the proxy URL:
766 .%T Uniform Resource Locators (URL)