0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/rebar.config
Loïc Hoguin fa20273b37 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.
2011-07-20 17:38:10 +02:00

11 lines
215 B
Erlang

{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,
warnings_as_errors,
warn_export_all
]}.