Skip to content

Commit

Permalink
Added http methods head and put.
Browse files Browse the repository at this point in the history
  • Loading branch information
anha0825 committed Jul 10, 2012
1 parent 7edd56f commit f85e642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/elli.hrl
Expand Up @@ -28,7 +28,7 @@
}).

-record(req, {
method :: 'GET' | 'POST',
method :: 'GET' | 'HEAD' | 'POST' | 'PUT',
path :: [binary()],
args,
raw_path :: binary(),
Expand Down

0 comments on commit f85e642

Please sign in to comment.