diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-08-01 18:38:03 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-08-01 18:38:03 -0700 |
| commit | 07846a10b7a840b206a1c24f1df70e2fbaed1fd4 (patch) | |
| tree | c9fedb31a900d019b8f24f4323e49b0c3c2dedca /docs | |
| parent | 7c412ca35f07333886fde62c434995dd8179d202 (diff) | |
| download | nng-07846a10b7a840b206a1c24f1df70e2fbaed1fd4.tar.gz nng-07846a10b7a840b206a1c24f1df70e2fbaed1fd4.tar.bz2 nng-07846a10b7a840b206a1c24f1df70e2fbaed1fd4.zip | |
fix title of nng_http_res_del_header
Diffstat (limited to 'docs')
| -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 |
