Package com.google.api.client.http
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 String
HTTP CONNECT method.static final String
HTTP DELETE method.static final String
HTTP GET method.static final String
HTTP HEAD method.static final String
HTTP OPTIONS method.static final String
HTTP PATCH method.static final String
HTTP POST method.static final String
HTTP PUT method.static final String
HTTP TRACE method. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONNECT
HTTP CONNECT method.- See Also:
-
DELETE
HTTP DELETE method.- See Also:
-
GET
HTTP GET method.- See Also:
-
HEAD
HTTP HEAD method.- See Also:
-
OPTIONS
HTTP OPTIONS method.- See Also:
-
PATCH
HTTP PATCH method.- Since:
- 1.14
- See Also:
-
POST
HTTP POST method.- See Also:
-
PUT
HTTP PUT method.- See Also:
-
TRACE
HTTP TRACE method.- See Also:
-
-
Constructor Details
-
HttpMethods
private HttpMethods()
-