lucee.Componentcfboom.lang.Object
cfboom.http.HttpMethod
Enumeration of HTTP request methods.
Constructor Summary | |
---|---|
init(string value)
Internally used during HttpMethod. |
Method Summary | |
---|---|
HttpMethod
|
enum()
|
boolean
|
matches(string method)
Determine whether this {@code HttpMethod} matches the given. |
any
|
resolve(string method)
Resolve the given method value to an {@code HttpMethod}. |
string
|
toString()
|
string
|
value()
|
struct
|
values()
Return the enum values. |
Methods inherited from class cfboom.lang.Object |
---|
$equals, getComponentName, getIdentityHashCode, getIdentityString, getMeta, hashCode |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Internally used during HttpMethod.enum().
value
Method Detail |
---|
Determine whether this {@code HttpMethod} matches the given method value.
method
Resolve the given method value to an {@code HttpMethod}.
method
toString
in class
cfboom.lang.Object
Return the enum values.