diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-08-30 14:23:39 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-08-30 15:28:43 -0700 |
| commit | 0cc96c69b3fce09a9c4a8d467d17cfbda76bc02f (patch) | |
| tree | 855f6995749e56f4a9e69ce7d19437b780d63ba2 /docs/man/CMakeLists.txt | |
| parent | c96b7665469679563ee642a42d175aa24a957f26 (diff) | |
| download | nng-0cc96c69b3fce09a9c4a8d467d17cfbda76bc02f.tar.gz nng-0cc96c69b3fce09a9c4a8d467d17cfbda76bc02f.tar.bz2 nng-0cc96c69b3fce09a9c4a8d467d17cfbda76bc02f.zip | |
fixes #681 HTTP convenience GET method desired...
This adds a couple of new methods, and related documentation
and test cases.
Diffstat (limited to 'docs/man/CMakeLists.txt')
| -rw-r--r-- | docs/man/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/man/CMakeLists.txt b/docs/man/CMakeLists.txt index af644a62..21651ba5 100644 --- a/docs/man/CMakeLists.txt +++ b/docs/man/CMakeLists.txt @@ -198,11 +198,13 @@ if (NNG_ENABLE_DOC) nng_http_client_free nng_http_client_get_tls nng_http_client_set_tls + nng_http_client_transact nng_http_conn_close nng_http_conn_read nng_http_conn_read_all nng_http_conn_read_req nng_http_conn_read_res + nng_http_conn_transact nng_http_conn_write nng_http_conn_write_all nng_http_conn_write_req @@ -220,6 +222,7 @@ if (NNG_ENABLE_DOC) nng_http_req_copy_data nng_http_req_del_header nng_http_req_free + nng_http_req_get_data nng_http_req_get_header nng_http_req_get_method nng_http_req_get_uri @@ -235,6 +238,7 @@ if (NNG_ENABLE_DOC) nng_http_res_copy_data nng_http_res_del_header nng_http_res_free + nng_http_res_get_data nng_http_res_get_header nng_http_res_get_reason nng_http_res_get_status |
