All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hecloud.runtime.common.enums.PostDataFormat Maven / Gradle / Ivy

package com.hecloud.runtime.common.enums;

/**
 * Post请求数据格式
 *
 * @author LoveinBJ
 */
public enum PostDataFormat {

    /**
     *
     */
    RAW,
    /**
     *
     */
    FORM_URLENCODED,
    /**
     *
     */
    BINARY,
    /**
     *
     */
    FORM_DATA
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy