Enum Class HttpMethod

java.lang.Object
java.lang.Enum<HttpMethod>
org.javalite.activeweb.HttpMethod
All Implemented Interfaces:
Serializable, Comparable<HttpMethod>, Constable

public enum HttpMethod extends Enum<HttpMethod>
This class is mostly used by the framework. Do not use in applications.
Since:
forever.
Author:
Igor Polevoy