最全的 http 状态码

100 "continue"
101 "switching protocols"
102 "processing"
200 "ok"
201 "created"
202 "accepted"
203 "non-authoritative information"
204 "no content"
205 "reset content"
206 "partial content"
207 "multi-status"
208 "already reported"
226 "im used"
300 "multiple choices"
301 "moved permanently"
302 "found"
303 "see other"
304 "not modified"
305 "use proxy"
307 "temporary redirect"
308 "permanent redirect"
400 "bad request"
401 "unauthorized"
402 "payment required"
403 "forbidden"
404 "not found"
405 "method not allowed"
406 "not acceptable"
407 "proxy authentication required"
408 "request timeout"
409 "conflict"
410 "gone"
411 "length required"
412 "precondition failed"
413 "payload too large"
414 "uri too long"
415 "unsupported media type"
416 "range not satisfiable"
417 "expectation failed"
418 "I'm a teapot"
422 "unprocessable entity"
423 "locked"
424 "failed dependency"
426 "upgrade required"
428 "precondition required"
429 "too many requests"
431 "request header fields too large"
500 "internal server error"
501 "not implemented"
502 "bad gateway"
503 "service unavailable"
504 "gateway timeout"
505 "http version not supported"
506 "variant also negotiates"
507 "insufficient storage"
508 "loop detected"
510 "not extended"
511 "network authentication required"

V
V

100“继续”
101“交换协议”
102“处理”
200“ ok”
201“创建”
202“接受”
203“非权威信息”
204“无内容”
205“重置内容”
206“部分内容”
207“多状态”
208“已报告”
226“ im used”
300个“多项选择”
301“永久移动”
302“发现”
303“ see other”
304“未修改”
305“使用代理”
307“临时重定向”
308“永久重定向”
400“错误请求”
401“未经授权”
402“需要付款”
403“禁止”
404“未找到”
405“不允许使用的方法”
406“不可接受”
407“需要代理身份验证”
408“请求超时”
409“冲突”
410“去”
411“要求长度”
412“前提条件失败”
413“有效载荷太大”
414“ uri too long”
415“不受支持的媒体类型”
416“范围无法满足”
417“期望失败”
418“我是茶壶”
422“不可处理的实体”
423“锁定”
424“依赖失败”
426“需要升级”
428“需要先决条件”
429“请求过多”
431“请求标头字段太大”
500内部服务器错误”
501“未实现”
502错误的网关”
503服务不可用”
504网关超时”
505“不支持HTTP版本”
506“变量也协商”
507“存储空间不足”
508“检测到循环”
510“未扩展”
511“需要网络身份验证”
本作品采用《CC 协议》,转载必须注明作者和本文链接
本帖由系统于 5年前 自动加精
《L05 电商实战》
从零开发一个电商项目,功能包括电商后台、商品 & SKU 管理、购物车、订单管理、支付宝支付、微信支付、订单退款流程、优惠券等
《G01 Go 实战入门》
从零开始带你一步步开发一个 Go 博客项目,让你在最短的时间内学会使用 Go 进行编码。项目结构很大程度上参考了 Laravel。