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 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
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()
-