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

tech.kronicle.utils.HttpMethods Maven / Gradle / Ivy

Go to download

Kronicle utils library that contains utility classes for use by Kronicle and its plugins

There is a newer version: 0.1.331
Show newest version
package tech.kronicle.utils;

public final class HttpMethods {

    public static final String GET = "GET";
    public static final String HEAD = "HEAD";

    private HttpMethods() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy