| Package | Description |
|---|---|
| org.attribyte.api.http |
| Modifier and Type | Field and Description |
|---|---|
Request.Method |
Request.method
The request method.
|
| Modifier and Type | Method and Description |
|---|---|
static Request.Method |
Request.Method.fromString(java.lang.String str)
Gets a method from a string.
|
Request.Method |
Request.getMethod()
Gets the HTTP method.
|
static Request.Method |
Request.Method.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Request.Method[] |
Request.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|