aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-18 11:35:24 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-18 11:35:24 +0100
commit99228c467a935c8e91a73d2b6c9d6acd593c05f5 (patch)
tree8188a52d4a11ec0a6dcc85c45eda787fd377998f /src/include/taler_util.h
parent81b54516af8595e024e54d5cef883c852239988c (diff)
downloadexchange-99228c467a935c8e91a73d2b6c9d6acd593c05f5.tar.xz
allow using URL builder to just add query parameters
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index d2ff78715..d8d1a5638 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -416,8 +416,9 @@ TALER_mhd_is_https (struct MHD_Connection *connection);
* that a NULL value does not terminate the list, only a NULL key signals the
* end of the list of arguments.
*
- * @param base_url absolute base URL to use
- * @param path path of the url
+ * @param base_url absolute base URL to use, must either
+ * end with '/' *or* @a path must be the empty string
+ * @param path path of the url to append to the @a base_url
* @param ... NULL-terminated key-value pairs (char *) for query parameters,
* only the value will be url-encoded
* @returns the URL, must be freed with #GNUNET_free