Searched refs:_http_request (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/share/examples/refuse/ian/libfetch/ |
H A D | common.h | 114 FILE *_http_request(struct url *, const char *,
|
H A D | http.c | 803 _http_request(struct url *URL, const char *op, struct url_stat *us, in _http_request() function 1184 return (_http_request(URL, "GET", us, _http_get_proxy(flags), flags)); in fetchXGetHTTP() 1215 f = _http_request(URL, "HEAD", us, _http_get_proxy(flags), flags); in fetchStatHTTP()
|
H A D | ftp.c | 1109 return (_http_request(url, "HEAD", us, purl, flags)); in _ftp_request() 1111 return (_http_request(url, "GET", us, purl, flags)); in _ftp_request()
|