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

constants.ResponseStatus.ts Maven / Gradle / Ivy

The newest version!
export enum ResponseStatus {
    OpaqueRedirect = 0,
    OK = 200,
    MultipleChoices = 300,
    Redirect = 302,
    Unauthorized = 401,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy