summaryrefslogtreecommitdiff
path: root/src/backend/taler-mint-httpd_responses.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-mint-httpd_responses.h')
-rw-r--r--src/backend/taler-mint-httpd_responses.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/backend/taler-mint-httpd_responses.h b/src/backend/taler-mint-httpd_responses.h
index b1a49d42..2b05c69c 100644
--- a/src/backend/taler-mint-httpd_responses.h
+++ b/src/backend/taler-mint-httpd_responses.h
@@ -89,4 +89,14 @@ TMH_RESPONSE_reply_internal_error (struct MHD_Connection *connection,
int
TMH_RESPONSE_reply_request_too_large (struct MHD_Connection *connection);
+/**
+ * Add headers we want to return in every response.
+ * Useful for testing, like if we want to always close
+ * connections.
+ *
+ * @param response response to modify
+ */
+void
+TMH_RESPONSE_add_global_headers (struct MHD_Response *response);
+
#endif