java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | org.springframework.http.HttpMethod |
Java 5 enumeration of HTTP request methods. Intended for use
with ClientHttpRequest
and RestTemplate
.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
HttpMethod | DELETE | ||||||||||
HttpMethod | GET | ||||||||||
HttpMethod | HEAD | ||||||||||
HttpMethod | OPTIONS | ||||||||||
HttpMethod | POST | ||||||||||
HttpMethod | PUT | ||||||||||
HttpMethod | TRACE |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |