package com.xcong.excoin.modules.newPrice.enums; public enum HttpMethod { POST, GET, PUT, DELETE, INVALID }