diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-02-06 16:07:10 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-02-06 16:07:10 -0800 |
| commit | 51bebe0c6f137d293dbb6f1194ad3f6fca5b79e9 (patch) | |
| tree | f320ab2eec336cb781aa3774260e99a35d97e991 /docs/libnng.adoc | |
| parent | 3b33f6878ee628da22fd4451f248c036aae231ed (diff) | |
| download | nng-51bebe0c6f137d293dbb6f1194ad3f6fca5b79e9.tar.gz nng-51bebe0c6f137d293dbb6f1194ad3f6fca5b79e9.tar.bz2 nng-51bebe0c6f137d293dbb6f1194ad3f6fca5b79e9.zip | |
Document HTTP server API completely.
Diffstat (limited to 'docs/libnng.adoc')
| -rw-r--r-- | docs/libnng.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/libnng.adoc b/docs/libnng.adoc index 6ecf406b..3612b658 100644 --- a/docs/libnng.adoc +++ b/docs/libnng.adoc @@ -120,6 +120,7 @@ The following functions are used in the asynchronous model: |<<nng_aio_alloc#,nng_aio_alloc(3)>>|allocate asynchronous I/O handle |<<nng_aio_cancel#,nng_aio_cancel(3)>>|cancel asynchronous I/O operation |<<nng_aio_count#,nng_aio_count(3)>>|return number of bytes transferred +|<<nng_aio_finish#,nng_aio_finish(3)>>|finish an asynchronous I/O operation |<<nng_aio_free#,nng_aio_free(3)>>|free asynchronous I/O handle |<<nng_aio_get_input#,nng_aio_get_input(3)>>|return input parameter |<<nng_aio_get_msg#,nng_aio_get_msg(3)>>|get message from an asynchronous receive @@ -128,6 +129,7 @@ The following functions are used in the asynchronous model: |<<nng_aio_set_input#,nng_aio_set_input(3)>>|set input parameter |<<nng_aio_set_iov#,nng_aio_set_iov(3)>>|set scatter/gather vector |<<nng_aio_set_msg#,nng_aio_set_msg(3)>>|set message for an asynchronous send +|<<nng_aio_set_output#,nng_aio_set_output(3)>>|set output result |<<nng_aio_set_timeout#,nng_aio_set_timeout(3)>>|set asynchronous I/O timeout |<<nng_aio_stop#,nng_aio_stop(3)>>|stop asynchronous I/O operation |<<nng_aio_wait#,nng_aio_wait(3)>>|wait for asynchronous I/O operation @@ -252,7 +254,7 @@ These functions are intended for use with HTTP server applications. | <<nng_http_handler_get_data#,nng_http_handler_get_data(3)>>|return extra data for HTTP handler | <<nng_http_handler_set_data#,nng_http_handler_set_data(3)>>|set extra data for HTTP handler | <<nng_http_handler_set_host#,nng_http_handler_set_host(3)>>|set host for HTTP handler -| <<nng_http_handler_set_method#,nng_http_handler_set_method(3)>>|set method for HTTP handler +| <<nng_http_handler_set_method#,nng_http_handler_set_method(3)>>|set HTTP handler method | <<nng_http_handler_set_tree#,nng_http_handler_set_tree(3)>>|set HTTP handler to match trees | <<nng_http_hijack#,nng_http_hijack(3)>>|hijack HTTP server connection | <<nng_http_server_add_handler#,nng_http_server_add_handler(3)>>|add HTTP server handler |
