Rename mochiweb_util to avoid conflicts
This commit is contained in:
parent
6f750485a8
commit
991f4caaf8
|
|
@ -131,7 +131,7 @@ q(Args) ->
|
|||
string:join([escape(K, V) || {K, V} <- Args], "&").
|
||||
|
||||
escape(K, V) ->
|
||||
atom_to_list(K) ++ "=" ++ mochiweb_util:quote_plus(V).
|
||||
atom_to_list(K) ++ "=" ++ rabbit_http_util:quote_plus(V).
|
||||
|
||||
parse_resp(Resp) -> string:to_lower(string:strip(Resp)).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue