Skip to content

Commit 57f8398

Browse files
committed
[java] Add missing Http method names in the enum
1 parent 9c5fb53 commit 57f8398

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

java/src/org/openqa/selenium/remote/http/HttpMethod.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ public enum HttpMethod {
2323
POST,
2424
PUT,
2525
OPTIONS,
26-
PATCH
26+
PATCH,
27+
HEAD,
28+
CONNECT,
29+
TRACE,
2730
}

0 commit comments

Comments
 (0)