diff options
| author | alawn-wang <824873155@qq.com> | 2023-11-20 13:36:41 +0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2023-11-25 16:22:48 -0800 |
| commit | d6fd9b2a737373f5087b6ccf882f926570e1ab60 (patch) | |
| tree | 0a383cf63ced2e97d266e2a9367ff3e8297a9575 | |
| parent | a54820ff0e1b74554c7f649e8386ee8c4ecd98f5 (diff) | |
| download | nng-d6fd9b2a737373f5087b6ccf882f926570e1ab60.tar.gz nng-d6fd9b2a737373f5087b6ccf882f926570e1ab60.tar.bz2 nng-d6fd9b2a737373f5087b6ccf882f926570e1ab60.zip | |
[fixed] fix description of function nng_http_handler_collect_body()
| -rw-r--r-- | docs/man/nng_http_handler_collect_body.3http.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_handler_collect_body.3http.adoc b/docs/man/nng_http_handler_collect_body.3http.adoc index 4507c418..b614f675 100644 --- a/docs/man/nng_http_handler_collect_body.3http.adoc +++ b/docs/man/nng_http_handler_collect_body.3http.adoc @@ -25,7 +25,7 @@ int nng_http_handler_collect_body(nng_http_handler *handler, bool want, size_t m == DESCRIPTION -The `nng_http_handler_collect_data()` function causes the _handler_ to +The `nng_http_handler_collect_body()` function causes the _handler_ to collect any request body that was submitted with the request, and attach it to the `nng_http_req` before the handler is called. |
