diff options
Diffstat (limited to 'docs/man')
| -rw-r--r-- | docs/man/nng_http_res_del_header.3http.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/man/nng_http_res_del_header.3http.adoc b/docs/man/nng_http_res_del_header.3http.adoc index 803dc657..2a8500ee 100644 --- a/docs/man/nng_http_res_del_header.3http.adoc +++ b/docs/man/nng_http_res_del_header.3http.adoc @@ -1,6 +1,6 @@ -= nng_http_res_set_header(3http) += nng_http_res_del_header(3http) // -// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This document is supplied under the terms of the MIT License, a @@ -11,7 +11,7 @@ == NAME -nng_http_res_set_header - set HTTP response header +nng_http_res_del_header - delete HTTP response header == SYNOPSIS @@ -20,7 +20,7 @@ nng_http_res_set_header - set HTTP response header #include <nng/nng.h> #include <nng/supplemental/http/http.h> -int nng_http_res_set_header(nng_http_res *res, const char *key); +int nng_http_res_del_header(nng_http_res *res, const char *key); ---- == DESCRIPTION |
