We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3739a1a + cab0ebd commit 4a0862dCopy full SHA for 4a0862d
1 file changed
gcloud-java-storage/src/main/java/com/google/gcloud/storage/HttpMethod.java
@@ -20,5 +20,5 @@
20
* Http method supported by Storage service.
21
*/
22
public enum HttpMethod {
23
- GET, HEAD, PUT, POST, DELETE
+ GET, HEAD, PUT, POST, DELETE, OPTIONS
24
}
0 commit comments