摘要: HTTP Status完整枚举 public enum HttpStatus { // 1xx Informational 1xx信息类的 继续 CONTINUE(100, "Continue"), //交换协议 SWITCHING_PROTOCOLS(101, "Switching Protoco 阅读全文
posted @ 2017-06-20 18:43 乔胖胖 阅读(2474) 评论(0) 推荐(0) 编辑