Skip to content

Commit b058b68

Browse files
committed
Add support for HEAD, OPTIONS, TRACE and PATCH
1 parent a736912 commit b058b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scribe/model/Verb.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
*/
88
public enum Verb
99
{
10-
GET, POST, PUT, DELETE
10+
GET, POST, PUT, DELETE, HEAD, OPTIONS, TRACE, PATCH
1111
}

0 commit comments

Comments
 (0)