diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-10-08 16:06:11 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-10-08 16:06:11 -0700 |
| commit | 9765bdfa9b5c300339ff0a533b9b0e7fe44aef2b (patch) | |
| tree | 393ee63615adfeb49c1d623767d1f70076f0ad9c /docs/ref/xref.md | |
| parent | f01e5dc6223a104fcec853cf5a0f443368f9c814 (diff) | |
| download | nng-9765bdfa9b5c300339ff0a533b9b0e7fe44aef2b.tar.gz nng-9765bdfa9b5c300339ff0a533b9b0e7fe44aef2b.tar.bz2 nng-9765bdfa9b5c300339ff0a533b9b0e7fe44aef2b.zip | |
More doc fixes for http (link fixes).
Diffstat (limited to 'docs/ref/xref.md')
| -rw-r--r-- | docs/ref/xref.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ref/xref.md b/docs/ref/xref.md index 57964123..14b9303d 100644 --- a/docs/ref/xref.md +++ b/docs/ref/xref.md @@ -302,6 +302,8 @@ [`nng_http_handler_set_host`]: /api/http.md#filtering-byt-host [`nng_http_handler_set_method`]: /api/http.md#setting-the-method [`nng_http_handler_set_data`]: /api/http.md#setting-the-callback-argument +[`nng_http_handler_set_tree`]: /api/http.md#handling-an-entire-tree +[`nng_http_transact`]: /api/http.md#submitting-the-transaction <!-- HTTP Status --> @@ -366,6 +368,11 @@ [`NNG_HTTP_STATUS_NOT_EXTENDED`]: /api/http.md#NNG_HTTP_STATUS_NOT_EXTENDED [`NNG_HTTP_STATUS_NETWORK_AUTH_REQUIRED`]: /api/http.md#NNG_HTTP_STATUS_NETWORK_AUTH_REQUIRED +<!-- TLS --> + +[`nng_tls_cert`]: /TODO.md +[`nng_tls_cert_free`]: /TODO.md + <!-- Macros --> [`NNG_OK`]: /api/errors.md#NNG_OK |
