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

com.cucumber.utils.clients.http.Method Maven / Gradle / Ivy

package com.cucumber.utils.clients.http;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy