public interface HttpMethod extends Comparable<HttpMethod>, Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static HttpMethod |
DELETE |
static HttpMethod |
GET |
static HttpMethod |
PATCH |
static HttpMethod |
POST |
static HttpMethod |
PUT |
static final HttpMethod GET
static final HttpMethod POST
static final HttpMethod PUT
static final HttpMethod DELETE
static final HttpMethod PATCH
@Nonnull String name()
@Nonnull static HttpMethod valueOf(@Nonnull String name)
Copyright © 2024. All rights reserved.