| Modifier and Type | Field and Description |
|---|---|
static HttpMethod |
HttpMethod.DELETE |
static HttpMethod |
HttpMethod.GET |
static HttpMethod |
HttpMethod.HEAD |
static HttpMethod |
HttpMethod.OPTIONS |
static HttpMethod |
HttpMethod.PATCH |
static HttpMethod |
HttpMethod.POST |
static HttpMethod |
HttpMethod.PUT |
static HttpMethod |
HttpMethod.TRACE |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
HttpRequest.getHttpMethod() |
static HttpMethod |
HttpMethod.valueOf(String verb) |
| Modifier and Type | Method and Description |
|---|---|
Set<HttpMethod> |
HttpMethod.all() |
| Constructor and Description |
|---|
ApacheRequestWithBody(HttpMethod method,
String uri) |
Copyright © 2019. All rights reserved.