summaryrefslogtreecommitdiff
path: root/docs/man/nng_http_req_free.3http.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_http_req_free.3http.adoc')
-rw-r--r--docs/man/nng_http_req_free.3http.adoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/man/nng_http_req_free.3http.adoc b/docs/man/nng_http_req_free.3http.adoc
index df86c5da..2564c422 100644
--- a/docs/man/nng_http_req_free.3http.adoc
+++ b/docs/man/nng_http_req_free.3http.adoc
@@ -28,6 +28,9 @@ void nng_http_req_free(nng_http_req *req);
The `nng_http_req_free()` function deallocates the HTTP request structure
_req_ entirely.
+TIP: Instead of freeing and reallocating request structures, it is possible
+to reuse _req_ with `<<nng_http_req_reset.3http#,nng_http_req_reset()>>`.
+
== RETURN VALUES
None.
@@ -40,4 +43,5 @@ None.
[.text-left]
<<nng_http_req_alloc.3http#,nng_http_req_alloc(3http)>>,
+<<nng_http_req_reset.3http#,nng_http_req_reset(3http)>>,
<<nng.7#,nng(7)>>