diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-10-11 15:50:52 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-10-11 15:50:52 -0700 |
| commit | 9812f429c5ba4bc8caae14213a11446057369fa9 (patch) | |
| tree | 8218a7c4256c029f8189322e78a8eb80a33d9502 /docs/man | |
| parent | 2f24a1b1c93b8c45dce391ed0439131f9ad8cf28 (diff) | |
| download | nng-9812f429c5ba4bc8caae14213a11446057369fa9.tar.gz nng-9812f429c5ba4bc8caae14213a11446057369fa9.tar.bz2 nng-9812f429c5ba4bc8caae14213a11446057369fa9.zip | |
docs: convert http_handler_free doc
Diffstat (limited to 'docs/man')
| -rw-r--r-- | docs/man/nng_http_handler_free.3http.adoc | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/docs/man/nng_http_handler_free.3http.adoc b/docs/man/nng_http_handler_free.3http.adoc deleted file mode 100644 index 0e1a5b1c..00000000 --- a/docs/man/nng_http_handler_free.3http.adoc +++ /dev/null @@ -1,47 +0,0 @@ -= nng_http_handler_free(3http) -// -// Copyright 2018 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 -// copy of which should be located in the distribution where this -// file was obtained (LICENSE.txt). A copy of the license may also be -// found online at https://opensource.org/licenses/MIT. -// - -== NAME - -nng_http_handler_free - free HTTP server handler - -== SYNOPSIS - -[source, c] ----- -#include <nng/nng.h> -#include <nng/http.h> - -void nng_http_handler_free(nng_http_handler *h); ----- - -== DESCRIPTION - -The `nng_http_handler_free()` function frees an allocated HTTP server handler. - -IMPORTANT: It is an error to free a handler that is registered with a server. -Any handlers that are registered with servers are automatically freed -when the server itself is deallocated. - -== RETURN VALUES - -None. - -== ERRORS - -None. - -== SEE ALSO - -[.text-left] -xref:nng_http_handler_alloc.3http.adoc[nng_http_handler_alloc(3http)], -xref:nng_http_server_add_handler.3http.adoc[nng_http_server_add_handler(3http)], -xref:nng.7.adoc[nng(7)] |
