diff options
author | Mark Johnston <markj@FreeBSD.org> | 2019-08-28 17:01:28 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2019-08-28 17:01:28 +0000 |
commit | f4e05cc55da19b0777b9d8044ad9e2d352b569e6 (patch) | |
tree | 25ae73d4259600f3f15c63e5816d8013bfe9b1f1 /lib/libfetch/http.c | |
parent | 88cc62e5a53bb1b65416bd4a40e6b6c2981fcc38 (diff) |
Notes
Diffstat (limited to 'lib/libfetch/http.c')
-rw-r--r-- | lib/libfetch/http.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libfetch/http.c b/lib/libfetch/http.c index 97788ddc32ab0..7f37b7d671971 100644 --- a/lib/libfetch/http.c +++ b/lib/libfetch/http.c @@ -2093,6 +2093,9 @@ fetchListHTTP(struct url *url __unused, const char *flags __unused) return (NULL); } +/* + * Arbitrary HTTP verb and content requests + */ FILE * fetchReqHTTP(struct url *URL, const char *method, const char *flags, const char *content_type, const char *body) |