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

org.threadly.litesockets.protocols.http.shared.HTTPRequestMethod Maven / Gradle / Ivy

package org.threadly.litesockets.protocols.http.shared;

/**
 * Enum of Http Request methods. 
 * 
 * @author lwahlmeier
 *
 */
public enum HTTPRequestMethod {
  OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, CONNECT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy