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

org.chobit.commons.http.HttpMethod Maven / Gradle / Ivy

The newest version!
package org.chobit.commons.http;

/**
 * Http Method
 *
 * @author robin
 */
public enum HttpMethod {

    /**
     * GET 请求
     */
    GET,

    /**
     * POST请求
     */
    POST,

    /**
     * POST请求
     */
    POST_BODY,



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy