aboutsummaryrefslogtreecommitdiff
path: root/src/web/ejabberd_http.hrl
blob: f5af2e9af89e1085fa3438a10baa0f39e331e6d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%%%----------------------------------------------------------------------
%%% File    : ejabberd_http.hrl
%%% Author  : Alexey Shchepin <alexey@sevcom.net>
%%% Purpose : 
%%% Created :  4 Mar 2004 by Alexey Shchepin <alexey@sevcom.net>
%%% Id      : $Id$
%%%----------------------------------------------------------------------

-record(request, {method,
		  path,
		  q = [],
		  user,
		  lang = "",
		  data = ""
		 }).