diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-01-17 05:49:14 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-01-17 05:50:04 -0800 |
| commit | 6d74a90b72c80edbd58d8b2b29105e749bdfc28e (patch) | |
| tree | ea2a2fcabc3ef81ac0859ecef1ab9c7f4ab88f2b /docs/ref/xref.md | |
| parent | 98b0d432dfeaa811cdfe20adb60ea899d61947b9 (diff) | |
| download | nng-6d74a90b72c80edbd58d8b2b29105e749bdfc28e.tar.gz nng-6d74a90b72c80edbd58d8b2b29105e749bdfc28e.tar.bz2 nng-6d74a90b72c80edbd58d8b2b29105e749bdfc28e.zip | |
http: handler API clean ups
Diffstat (limited to 'docs/ref/xref.md')
| -rw-r--r-- | docs/ref/xref.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/xref.md b/docs/ref/xref.md index e3b57585..32523c77 100644 --- a/docs/ref/xref.md +++ b/docs/ref/xref.md @@ -294,6 +294,11 @@ [`nng_http_read_all`]: /api/http.md#direct-read-and-write [`nng_http_write`]: /api/http.md#direct-read-and-write [`nng_http_write_all`]: /api/http.md#direct-read-and-write +[`nng_http_handler_alloc`]: /api/http.md#nng_http_handler_alloc +[`nng_http_handler_static`]: /api/http.md#nng_http_handler_static +[`nng_http_handler_redirect`]: /api/http.md#nng_http_handler_redirect +[`nng_http_handler_file`]: /api/http.md#nng_http_handler_file +[`nng_http_handler_directory`]: /api/http.md#nng_http_handler_directory <!-- Macros --> |
