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

com.netease.stream.http.HttpMethod Maven / Gradle / Ivy

package com.netease.stream.http;

/**
 * Enumeration of valid HTTP methods.
 */
public enum HttpMethod {

    GET, POST, PUT, DELETE, HEAD;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy