= nng_http_req_free(3) :doctype: manpage :manmanual: nng :mansource: nng :manvolnum: 3 :copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ {blank} + \ This document is supplied under the terms of the \ https://opensource.org/licenses/MIT[MIT License]. == NAME nng_http_req_free - free HTTP request structure == SYNOPSIS [source, c] ----------- #include void nng_http_req_free(nng_http_req *req); ----------- == DESCRIPTION The `nng_http_req_free()` function deallocates the HTTP request structure _req_ entirely. == RETURN VALUES None. == ERRORS None. == SEE ALSO <>, <> == COPYRIGHT {copyright}