From 2b5c463857370e37f6989d95ec94e99aefd13062 Mon Sep 17 00:00:00 2001
From: "Staysail Systems, Inc"
The following function family is used to create forwarders or relayers +that route messages from one socket to another.
+| + | message forwarding device |
+
The following functions provide access to statistics which can be used diff --git a/man/tip/nng_http_handler_collect_body.3http.html b/man/tip/nng_http_handler_collect_body.3http.html index 2d200e6c..fdb8acd8 100644 --- a/man/tip/nng_http_handler_collect_body.3http.html +++ b/man/tip/nng_http_handler_collect_body.3http.html @@ -29,7 +29,7 @@ title: nng_http_handler_collect_body(3http)
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.