summaryrefslogtreecommitdiff
path: root/ref/migrate/nng1.html
diff options
context:
space:
mode:
authorgdamore <gdamore@users.noreply.github.com>2025-10-08 22:20:36 +0000
committergdamore <gdamore@users.noreply.github.com>2025-10-08 22:20:36 +0000
commit35df6a2f9a33084b71b24ab31197da81e6486078 (patch)
tree0a3732cb20030e380805411cc38b11c4b9b22b75 /ref/migrate/nng1.html
parent321a372a0c6d859f47e1099a76b13fee8d9efe88 (diff)
downloadnng-35df6a2f9a33084b71b24ab31197da81e6486078.tar.gz
nng-35df6a2f9a33084b71b24ab31197da81e6486078.tar.bz2
nng-35df6a2f9a33084b71b24ab31197da81e6486078.zip
deploy: f01e5dc6223a104fcec853cf5a0f443368f9c814
Diffstat (limited to 'ref/migrate/nng1.html')
-rw-r--r--ref/migrate/nng1.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/ref/migrate/nng1.html b/ref/migrate/nng1.html
index 1b9c0c3b..59e30494 100644
--- a/ref/migrate/nng1.html
+++ b/ref/migrate/nng1.html
@@ -538,10 +538,10 @@ They may silently truncate data.</p>
<ul>
<li>[<code>nng_http_req_set_method</code>]</li>
<li>[<code>nng_http_res_set_status</code>]</li>
-<li>[<code>nng_http_handler_collect_body</code>]</li>
-<li>[<code>nng_http_handler_set_data</code>]</li>
-<li>[<code>nng_http_handler_set_host</code>]</li>
-<li>[<code>nng_http_handler_set_method</code>]</li>
+<li><a href="/api/http.html#collecting-request-body"><code>nng_http_handler_collect_body</code></a></li>
+<li><a href="/api/http.html#setting-the-callback-argument"><code>nng_http_handler_set_data</code></a></li>
+<li><a href="/api/http.html#filtering-byt-host"><code>nng_http_handler_set_host</code></a></li>
+<li><a href="/api/http.html#setting-the-method"><code>nng_http_handler_set_method</code></a></li>
<li>[<code>nng_http_handler_set_tree</code>]</li>
</ul>
<p>The HTTP handler objects may not be modified once in use. Previously this would fail with <code>NNG_EBUSY</code>.
@@ -573,6 +573,7 @@ It is possible to use NNG with ZeroTier using TCP/IP, and a future update
is planned to provided coexistence between ZeroTier &amp; the native stack’s TCP/IP using lwIP.</p>
<!-- Symbol cross reference -->
<!-- HTTP -->
+<!-- HTTP Status -->
<!-- Macros -->
<!-- Protocols -->
<!-- Transports -->