summaryrefslogtreecommitdiff
path: root/lib/libfetch/http.c
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2019-08-28 17:01:28 +0000
committerMark Johnston <markj@FreeBSD.org>2019-08-28 17:01:28 +0000
commitf4e05cc55da19b0777b9d8044ad9e2d352b569e6 (patch)
tree25ae73d4259600f3f15c63e5816d8013bfe9b1f1 /lib/libfetch/http.c
parent88cc62e5a53bb1b65416bd4a40e6b6c2981fcc38 (diff)
Notes
Diffstat (limited to 'lib/libfetch/http.c')
-rw-r--r--lib/libfetch/http.c3
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)