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

com.volcengine.tos.comm.HttpMethod Maven / Gradle / Ivy

package com.volcengine.tos.comm;

public interface HttpMethod {
    String GET = "GET";
    String HEAD = "HEAD";
    String POST = "POST";
    String PUT = "PUT";
    String DELETE = "DELETE";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy