Class HttpMethods
java.lang.Object
org.springframework.cloud.contract.spec.internal.HttpMethods
Contains Http Methods.
- Since:
- 1.0.2
- Author:
- Marcin Grzejszczak, Tim Ysewyn
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringThe HTTPDELETEmethod.static StringThe HTTPGETmethod.static StringThe HTTPHEADmethod.static StringThe HTTPOPTIONSmethod.static StringThe HTTPPATCHmethod.static StringThe HTTPPOSTmethod.static StringThe HTTPPUTmethod.static StringThe HTTPTRACEmethod. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GET
The HTTPGETmethod. -
HEAD
The HTTPHEADmethod. -
POST
The HTTPPOSTmethod. -
PUT
The HTTPPUTmethod. -
PATCH
The HTTPPATCHmethod. -
DELETE
The HTTPDELETEmethod. -
OPTIONS
The HTTPOPTIONSmethod. -
TRACE
The HTTPTRACEmethod.
-
-
Constructor Details
-
HttpMethods
public HttpMethods()
-