diff options
author | Loïc Hoguin <[email protected]> | 2011-07-20 17:38:10 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2011-07-20 17:38:10 +0200 |
commit | fa20273b37255a987e90fc68bea22cd29e404aaf (patch) | |
tree | 5dc08993dbfe24b352ae23084b05fd70ba44aa1c /.gitignore | |
parent | 293cf33702c8cad471989c1e08ce05323baadaf7 (diff) | |
download | cowboy-fa20273b37255a987e90fc68bea22cd29e404aaf.tar.gz cowboy-fa20273b37255a987e90fc68bea22cd29e404aaf.tar.bz2 cowboy-fa20273b37255a987e90fc68bea22cd29e404aaf.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ .cowboy_dialyzer.plt .eunit +deps doc/*.css doc/*.html doc/*.png |