Skip to content

Commit

Permalink
Add support for HEAD, OPTIONS, TRACE and PATCH
Browse files Browse the repository at this point in the history
  • Loading branch information
joelittlejohn committed Sep 6, 2012
1 parent a736912 commit b058b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/scribe/model/Verb.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
*/
public enum Verb
{
GET, POST, PUT, DELETE
GET, POST, PUT, DELETE, HEAD, OPTIONS, TRACE, PATCH
}

0 comments on commit b058b68

Please sign in to comment.