mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
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.
This commit is contained in:
parent
293cf33702
commit
fa20273b37
4 changed files with 13 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -5,9 +5,12 @@ REBAR = rebar
|
|||
|
||||
all: app
|
||||
|
||||
app:
|
||||
app: deps
|
||||
@$(REBAR) compile
|
||||
|
||||
deps:
|
||||
@$(REBAR) get-deps
|
||||
|
||||
clean:
|
||||
@$(REBAR) clean
|
||||
rm -f test/*.beam
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue