tech.kronicle.utils.HttpMethods Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kronicle-utils Show documentation
Show all versions of kronicle-utils Show documentation
Kronicle utils library that contains utility classes for use by Kronicle and its plugins
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