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

mtons.spider.http.HttpMethod Maven / Gradle / Ivy

package mtons.spider.http;

/**
 * 请求方式
 *
 * Created by langhsu on 2015/11/2.
 */
public enum HttpMethod {
    GET,
    POST,
    HEAD,
    PUT,
    DELETE,
    TRACE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy