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

com.microsoft.azure.kusto.data.http.HttpStatus Maven / Gradle / Ivy

There is a newer version: 5.2.0
Show newest version
package com.microsoft.azure.kusto.data.http;

public class HttpStatus {
    public static final int OK = 200;
    public static final int FOUND = 302;
    public static final int TEMP_REDIRECT = 207;
    public static final int UNAUTHORIZED = 401;
    public static final int FORBIDDEN = 403;
    public static final int NOT_FOUND = 404;
    public static final int TOO_MANY_REQS = 429;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy