- java.lang.Object
-
- com.kttdevelopment.simplehttpserver.HttpRequestMethod
-
public abstract class HttpRequestMethod extends Object
A list of expected HTTP method requests. See IANA RFC7324 Section 4.3- Since:
- 01.00.00
- Version:
- 4.3.0
- Author:
- Ktt Development
-
-
Constructor Summary
Constructors Constructor Description HttpRequestMethod()
-
-
-
Field Detail
-
GET
public static final String GET
- See Also:
- Constant Field Values
-
HEAD
public static final String HEAD
- 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
-
CONNECT
public static final String CONNECT
- See Also:
- Constant Field Values
-
OPTIONS
public static final String OPTIONS
- See Also:
- Constant Field Values
-
TRACE
public static final String TRACE
- See Also:
- Constant Field Values
-
PATCH
public static final String PATCH
- See Also:
- Constant Field Values
-
UNSUPPORTED
public static final String UNSUPPORTED
- See Also:
- Constant Field Values
-
-