summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-01 00:34:04 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-01 00:34:04 +0100
commit65915731a93a3057bb1844187b1aa3b476c4bd42 (patch)
treebab0eec9509240da65a77ec0ecdc41000cc4e4be /src/exchange/taler-exchange-httpd.h
parent862054f6f2e9a08ccc051343d0dacde992ea1611 (diff)
downloadexchange-65915731a93a3057bb1844187b1aa3b476c4bd42.tar.gz
exchange-65915731a93a3057bb1844187b1aa3b476c4bd42.tar.bz2
exchange-65915731a93a3057bb1844187b1aa3b476c4bd42.zip
add dispatching logic for (most) of the new endpoints
Diffstat (limited to 'src/exchange/taler-exchange-httpd.h')
-rw-r--r--src/exchange/taler-exchange-httpd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd.h b/src/exchange/taler-exchange-httpd.h
index ad46788c4..5e7738163 100644
--- a/src/exchange/taler-exchange-httpd.h
+++ b/src/exchange/taler-exchange-httpd.h
@@ -134,6 +134,12 @@ struct TEH_RequestHandler
unsigned int nargs;
/**
+ * Is the number of arguments given in @e nargs only an upper bound,
+ * and calling with fewer arguments could be OK?
+ */
+ bool nargs_is_upper_bound;
+
+ /**
* Mime type to use in reply (hint, can be NULL).
*/
const char *mime_type;