diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-01-15 08:14:00 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-01-15 08:14:00 -0800 |
| commit | c4ca4834e39e48676ea50df1fc6239c7dc2a56ff (patch) | |
| tree | 00c98a535ac96b34a5e2e221674a3bf385e45ca0 /include | |
| parent | cd9901549239bbe424bc70a48b09f33064d906b6 (diff) | |
| download | nng-c4ca4834e39e48676ea50df1fc6239c7dc2a56ff.tar.gz nng-c4ca4834e39e48676ea50df1fc6239c7dc2a56ff.tar.bz2 nng-c4ca4834e39e48676ea50df1fc6239c7dc2a56ff.zip | |
http docs: documentation conversion for http handlers
This is not yet fully complete, but it's most of the content.
Diffstat (limited to 'include')
| -rw-r--r-- | include/nng/http.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/nng/http.h b/include/nng/http.h index a2198cce..1ff541ac 100644 --- a/include/nng/http.h +++ b/include/nng/http.h @@ -236,6 +236,8 @@ NNG_DECL nng_err nng_http_handler_alloc( // nng_http_handler_free frees the handler. This actually just drops a // reference count on the handler, as it may be in use by an existing // server. The server will also call this when it is destroyed. +// This is not formally documented as there is no practical reason that +// user code should need to free a handler explicitly. NNG_DECL void nng_http_handler_free(nng_http_handler *); // nng_http_handler_alloc_file creates a "file" based handler, that |
