diff options
Diffstat (limited to 'ref/migrate')
| -rw-r--r-- | ref/migrate/nanomsg.html | 1 | ||||
| -rw-r--r-- | ref/migrate/nng1.html | 9 |
2 files changed, 6 insertions, 4 deletions
diff --git a/ref/migrate/nanomsg.html b/ref/migrate/nanomsg.html index e39f0cdd..1576987f 100644 --- a/ref/migrate/nanomsg.html +++ b/ref/migrate/nanomsg.html @@ -355,6 +355,7 @@ way to specify the local address is using the <code>NNG_OPT_LOCADDR</code> optio dialer before starting to dial.</p> <!-- Symbol cross reference --> <!-- HTTP --> +<!-- HTTP Status --> <!-- Macros --> <!-- Protocols --> <!-- Transports --> 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 & the native stack’s TCP/IP using lwIP.</p> <!-- Symbol cross reference --> <!-- HTTP --> +<!-- HTTP Status --> <!-- Macros --> <!-- Protocols --> <!-- Transports --> |
