aboutsummaryrefslogtreecommitdiff
path: root/src/web/ejabberd_http.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/ejabberd_http.hrl')
-rw-r--r--src/web/ejabberd_http.hrl7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/web/ejabberd_http.hrl b/src/web/ejabberd_http.hrl
index 7f94c5e24..fa5f6135f 100644
--- a/src/web/ejabberd_http.hrl
+++ b/src/web/ejabberd_http.hrl
@@ -12,6 +12,13 @@
us,
auth,
lang = "",
+ content_type,
data = "",
ip
}).
+
+-record(http_data, {content_type,
+ content_disposition,
+ args=[],
+ data
+ }).