Searched refs:http_request_body (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libfetch/ |
H A D | common.h | 164 FILE *http_request_body(struct url *, const char *,
|
H A D | http.c | 1573 return (http_request_body(URL, op, us, purl, flags, NULL, NULL)); in http_request() 1583 http_request_body(struct url *URL, const char *op, struct url_stat *us, in http_request_body() function 2146 return (http_request_body(URL, method, NULL, http_get_proxy(URL, flags), in fetchReqHTTP()
|