From 79e1c3f5a2d96e5893fd5153a4a944d5a704d4ad Mon Sep 17 00:00:00 2001 From: Fred Eisele Date: Fri, 10 Aug 2018 05:07:42 -0500 Subject: Provide an argument name --- docs/man/nng_http_req_get_uri.3http.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/man/nng_http_req_get_uri.3http.adoc b/docs/man/nng_http_req_get_uri.3http.adoc index d8b85aa2..a5293b31 100644 --- a/docs/man/nng_http_req_get_uri.3http.adoc +++ b/docs/man/nng_http_req_get_uri.3http.adoc @@ -20,13 +20,13 @@ nng_http_req_get_uri - return HTTP request URI #include #include -const char *nng_http_req_get_uri(nng_http_req *); +const char *nng_http_req_get_uri(nng_http_req *req); ---- == DESCRIPTION The `nng_http_req_get_uri()` returns the URI (path) associated with the HTTP -the request _req_. +request _req_. The value returned includes the path, as well as any query information or fragment. The value will look like a file system path with those optional components appended, such as `/api/get_info.cgi?name=garrett`. -- cgit v1.2.3-70-g09d2