http.c | 803 _http_request(struct url *URL, const char *op, struct url_stat *us, function in typeref:typename:FILE * 1184 return (_http_request(URL, "GET", us, _http_get_proxy(flags), flags)); 1215 f = _http_request(URL, "HEAD", us, _http_get_proxy(flags), flags);
|