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/libnng.3.adoc | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'docs/man/libnng.3.adoc') diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc index 23306997..3e3037f9 100644 --- a/docs/man/libnng.3.adoc +++ b/docs/man/libnng.3.adoc @@ -287,6 +287,7 @@ and connections. |<>|copy HTTP request body |<>|delete HTTP request header |<>|free HTTP request structure +|<>|get HTTP request body |<>|return HTTP request header |<>|return HTTP request method |<>|return HTTP request URI @@ -302,11 +303,12 @@ and connections. |<>|copy HTTP response body |<>|delete HTTP response header |<>|free HTTP response structure -|<>|set HTTP response body +|<>|get HTTP response body |<>|return HTTP response header |<>|return HTTP response reason |<>|return HTTP response status |<>|return HTTP response protocol version +|<>|set HTTP response body |<>|set HTTP response header |<>|set HTTP response reason |<>|set HTTP response status @@ -318,11 +320,13 @@ and connections. These functions are intended for use with HTTP client applications. |=== -| <>|allocate HTTP client -| <>|establish HTTP client connection -| <>|free HTTP client -| <>|get HTTP client TLS configuration -| <>|set HTTP client TLS configuration +|<>|allocate HTTP client +|<>|establish HTTP client connection +|<>|free HTTP client +|<>|get HTTP client TLS configuration +|<>|set HTTP client TLS configuration +|<>|perform one HTTP transaction +|<>|perform one HTTP transaction on connection |=== ==== HTTP Server Functions -- cgit v1.2.3-70-g09d2