%%%---------------------------------------------------------------------- %%% File : ejabberd_http.hrl %%% Author : Alexey Shchepin %%% Purpose : %%% Created : 4 Mar 2004 by Alexey Shchepin %%% Id : $Id$ %%%---------------------------------------------------------------------- -record(request, {method, path, q = [], us, auth, lang = "", data = "", ip }).