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

io.github.wycst.wast.clients.http.definition.HttpClientMethod Maven / Gradle / Ivy

Go to download

Wast is a high-performance Java toolset library package that includes JSON, YAML, CSV, HttpClient, JDBC and EL engines

The newest version!
package io.github.wycst.wast.clients.http.definition;

/**
 * @Author: wangy
 * @Date: 2020/7/2 16:51
 * @Description:
 */
public enum HttpClientMethod {

    GET, HEAD, POST, PUT, PATCH, DELETE, OPTIONS, TRACE;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy