Package de.quantummaid.httpmaid.http
Class Http.Methods
- java.lang.Object
-
- de.quantummaid.httpmaid.http.Http.Methods
-
-
Constructor Summary
Constructors Constructor Description Methods()
-
-
-
Field Detail
-
GET
public static final String GET
- See Also:
- Constant Field Values
-
POST
public static final String POST
- See Also:
- Constant Field Values
-
PUT
public static final String PUT
- See Also:
- Constant Field Values
-
DELETE
public static final String DELETE
- See Also:
- Constant Field Values
-
OPTIONS
public static final String OPTIONS
- See Also:
- Constant Field Values
-
-