针对Http响应,Hutool封装了一个类用于保存Http状态码
此类用于保存一些状态码的别名,例如:
/** * HTTP Status-Code 200: OK. */ public static final int HTTP_OK = 200;