| Modifier and Type | Class and Description |
|---|---|
static class |
Http.Method
Enumeration of all standard HTTP
methods. |
| Modifier and Type | Method and Description |
|---|---|
static Http.RequestMethod |
Http.RequestMethod.from(java.lang.String name)
Create new HTTP request method instance from the provided name.
|
Http.RequestMethod |
HttpRequest.method()
Returns an HTTP request method.
|
Copyright © 2018 Oracle Corporation. All rights reserved.