summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-19 20:46:09 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-19 20:46:09 +0200
commitf5f0a46262229d2c2cc0385d466c53d8be8a53a2 (patch)
treedd274c1eb309815a2f097e750ce2444e9460d62a /src/backend/taler-merchant-httpd.h
parentf6dd87633dbba6d42e2b5e2a3949205205a4ee31 (diff)
downloadmerchant-f5f0a46262229d2c2cc0385d466c53d8be8a53a2.tar.gz
merchant-f5f0a46262229d2c2cc0385d466c53d8be8a53a2.tar.bz2
merchant-f5f0a46262229d2c2cc0385d466c53d8be8a53a2.zip
minor joint fixes from hacking workshop
Diffstat (limited to 'src/backend/taler-merchant-httpd.h')
-rw-r--r--src/backend/taler-merchant-httpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h
index b7737bb2..ab230783 100644
--- a/src/backend/taler-merchant-httpd.h
+++ b/src/backend/taler-merchant-httpd.h
@@ -219,7 +219,7 @@ struct TMH_RequestHandler
const char *url_suffix;
/**
- * Method the handler is for, NULL for "all".
+ * HTTP method the handler is for, NULL for "all".
*/
const char *method;
@@ -240,7 +240,7 @@ struct TMH_RequestHandler
/**
* Maximum upload size allowed for this handler.
- * 0 for DEFAULT_MAX_UPLOAD_SIZE
+ * 0 for #DEFAULT_MAX_UPLOAD_SIZE.
*/
size_t max_upload;