aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_http_req_del_header.3http.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_http_req_del_header.3http.adoc')
-rw-r--r--docs/man/nng_http_req_del_header.3http.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_http_req_del_header.3http.adoc b/docs/man/nng_http_req_del_header.3http.adoc
index 48a4326d..51f60fa8 100644
--- a/docs/man/nng_http_req_del_header.3http.adoc
+++ b/docs/man/nng_http_req_del_header.3http.adoc
@@ -11,7 +11,7 @@
== NAME
-nng_http_req_set_header - set HTTP request header
+nng_http_req_del_header - del HTTP request header
== SYNOPSIS
@@ -20,7 +20,7 @@ nng_http_req_set_header - set HTTP request header
#include <nng/nng.h>
#include <nng/supplemental/http/http.h>
-int nng_http_req_set_header(nng_http_req *req, const char *key);
+int nng_http_req_del_header(nng_http_req *req, const char *key);
----
== DESCRIPTION