Package org.exoplatform.common.http
Interface HTTPMethods
-
public interface HTTPMethodsCreated by The eXo Platform SARL .
HTTP methods- Version:
- $Id: $
- Author:
- Gennady Azarenkov
-
-
Field Detail
-
GET
static final String GET
- See Also:
- Constant Field Values
-
PUT
static final String PUT
- See Also:
- Constant Field Values
-
POST
static final String POST
- See Also:
- Constant Field Values
-
DELETE
static final String DELETE
- See Also:
- Constant Field Values
-
-