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

com.wizzardo.tools.http.ConnectionMethod Maven / Gradle / Ivy

package com.wizzardo.tools.http;

/**
 * @author: wizzardo
 * Date: 3/1/14
 */
public enum ConnectionMethod {

    GET,
    POST,
    PUT,
    DELETE,
    HEAD,
    TRACE,
    OPTIONS,
//    CONNECT,  not implemented by java http client
//    PATCH
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy