Skip to content

Commit

Permalink
Add Request::Method::HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Mar 29, 2013
1 parent ae581b1 commit 76d3451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/request/method.rb
Expand Up @@ -6,6 +6,7 @@ class Method
private_class_method :new

ALL = []
ALL << HEAD = new('HEAD')
ALL << POST = new('POST')
ALL << GET = new('GET')
ALL << PUT = new('PUT')
Expand Down

0 comments on commit 76d3451

Please sign in to comment.