Interface HttpMethods
public interface HttpMethods
Provides constants for HTTP request methods specified in RFC 2616 Section 5.1.1.
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields
-
Field Details
-
CONNECT
- See Also:
-
DELETE
- See Also:
-
GET
- See Also:
-
HEAD
- See Also:
-
OPTIONS
- See Also:
-
POST
- See Also:
-
PUT
- See Also:
-
TRACE
- See Also:
-