package org.qii.weiciyuan.support.http; /** * User: qii * Date: 12-7-29 */ public enum HttpMethod { Post, Get, Get_AVATAR_File, Get_PICTURE_FILE }