From fa20273b37255a987e90fc68bea22cd29e404aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 20 Jul 2011 17:38:10 +0200 Subject: URL decode query strings Should be good for both GET and POST query strings. This adds https://github.com/klaar/quoted.erl as a dependency. Props to klaar for this code. --- rebar.config | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 9a17367..476ddd6 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,8 @@ {cover_enabled, true}. +{deps, [ + {quoted, "1.0.0", + {git, "git://github.com/klaar/quoted.erl.git", {tag, "1.0.1"}}} +]}. {erl_opts, [ %% bin_opt_info, %% warn_missing_spec, -- cgit v1.2.3