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

com.contrastsecurity.http.HttpMethod Maven / Gradle / Ivy

There is a newer version: 3.4.2
Show newest version
package com.contrastsecurity.http;

public enum HttpMethod {
    DELETE, HEAD, GET, OPTIONS, POST, PUT, TRACE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy