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

icu.helltab.itool.result.web.HttpStatusInf Maven / Gradle / Ivy

The newest version!
package icu.helltab.itool.result.web;

/**
 * Topic status
 *
 * @author helltab
 * @version 1.0
 * @date 2022/2/27 19:36
 */
public interface HttpStatusInf {
    int getCode();

    String getDesc();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy