From 490bc97dbf76fae2a99c8bacd5fd9be332d68b90 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 2 Feb 2018 10:57:18 -0800 Subject: Add, and document, the url->u_requri member. This member is the value passed in actual HTTP protocol, so it is useful with the function nng_http_req_set_uri(). --- src/nng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nng.h') diff --git a/src/nng.h b/src/nng.h index 98c42dc6..a5b3346a 100644 --- a/src/nng.h +++ b/src/nng.h @@ -761,7 +761,7 @@ typedef struct nng_url { char *u_path; // path, will be "" if not specified char *u_query; // without '?', will be NULL if not specified char *u_fragment; // without '#', will be NULL if not specified - char *u_rawpath; // includes query and fragment, "" if not specified + char *u_requri; // includes query and fragment, "" if not specified } nng_url; // nng_url_parse parses a URL string into a structured form. -- cgit v1.2.3-70-g09d2