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

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

package com.hecloud.runtime.common.enums;

/**
 * HttP请求方法
 *
 * @author LoveinBJ
 */
public enum HttpMethod {

    /**
     *
     */
    POST,
    /**
     *
     */
    GET,
    /**
     *
     */
    PUT,
    /**
     *
     */
    DELETE,
    /**
     *
     */
    PATCH,
    /**
     *
     */
    TRACE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy