1.1开头的:
表示接收到请求,需要进一步操作。
2.2开头的:
表示请求已成功被服务器接收、理解、并接受。
200:ok;
3.3开头的
表示重定向
301:move permanently;
302: move temporarily
303: see other
304: not modified
4.4开头的
表示请求错误
403:forbbidden
404: not found
5.5开头的
表示服务器错误
502:bad gateway