CMISHttpRequestMethod
Definition
typedef NS_ENUM(NSInteger, CMISHttpRequestMethod ) {
HTTP_GET,
HTTP_POST,
HTTP_PUT,
HTTP_DELETE,
};