From 0cc96c69b3fce09a9c4a8d467d17cfbda76bc02f Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 30 Aug 2018 14:23:39 -0700 Subject: fixes #681 HTTP convenience GET method desired... This adds a couple of new methods, and related documentation and test cases. --- docs/man/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/man/CMakeLists.txt') 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 -- cgit v1.2.3-70-g09d2