Class HttpMethods
java.lang.Object
com.google.api.client.http.HttpMethods
HTTP request method constants specified in RFC 2616 Section 5.1.1.
- Since:
- 1.12
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringHTTP CONNECT method.static final StringHTTP DELETE method.static final StringHTTP GET method.static final StringHTTP HEAD method.static final StringHTTP OPTIONS method.static final StringHTTP PATCH method.static final StringHTTP POST method.static final StringHTTP PUT method.static final StringHTTP TRACE method. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONNECT
-
DELETE
-
GET
-
HEAD
-
OPTIONS
-
PATCH
-
POST
-
PUT
-
TRACE
-
-
Constructor Details
-
HttpMethods
private HttpMethods()
-