@Target(ANNOTATION_TYPE) @Retention(RUNTIME) @Documented public @interface HttpMethod
HttpMethod
.Modifier and Type | Fields | Description |
---|---|---|
static String |
DELETE |
HTTP DELETE method.
|
static String |
GET |
HTTP GET method.
|
static String |
HEAD |
HTTP HEAD method.
|
static String |
OPTIONS |
HTTP OPTIONS method.
|
static String |
PATCH |
HTTP PATCH method.
|
static String |
POST |
HTTP POST method.
|
static String |
PUT |
HTTP PUT method.
|
static final String GET
static final String POST
static final String PUT
static final String DELETE
static final String PATCH
static final String HEAD
static final String OPTIONS
String value
Copyright (c) 2019 Eclipse Foundation. Licensed under Eclipse Foundation Specification License.