summaryrefslogtreecommitdiffstats
path: root/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/src/main/java/org/opentosca/bpel4restlight/rest/HttpMethod.java
blob: ace91c9f62978a144e2c605051ae516b9ed2f5f4 (plain)
1
2
3
4
5
6
7
8
9
/**
 * This enum is intended to simplify identifying different HTTP-methods
 */
package org.opentosca.bpel4restlight.rest;


public enum HttpMethod {
	PUT, POST, GET, DELETE
}