package com.yami.trading.common.http; public enum HttpMethodType { GET, POST, FILE }