HTTP | |
---|---|
100 | Continue 继续 |
101 | Switching Protocols 切换协议 |
200 | OK 正常 |
201 | Created 已创建 |
202 | Accepted 已接受 |
203 | Non-Authoritative Information 非权威性信息 |
204 | No Content 无内容 |
205 | Reset Content 重置内容 |
206 | Partial Content 部分内容 |
300 | Multiple Choices 多种选择 |
301 | Moved Permanently 永久重定向 |
302 | Found 临时重定向 |
303 | See Other 见其他 |
304 | Not Modified 未修改 |
305 | Use Proxy 使用代理 |
307 | Temporary Redirect 临时重定向 |
400 | Bad Request 请求出现语法错误 |
401 | Unauthorized 未验证 |
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 | Request Entity Too Large 请求实体太大 |
414 | Request URI Too Long URI 请求 URI 太长 |
416 | Requested Range Not Satisfiable 所请求的范围无法满足 |
500 | Internal Server Error 内部服务器错误 |
501 | Not Implemented 服务器不支持实现请求所需要的功能 |
502 | Bad Gateway Web 服务器用作网关或代理服务器时收到了无效响应 |
503 | Service Unavailable 服务不可用 |
504 | Gateway Timeout 网关超时 |
505 | HTTP Version Not Supported HTTP版本不受支持 |
FTP | |
110 | Restart marker reply. In this case, the text is exact and not left to the particular implementation; it must read: MARK yyyy = mmmm where yyyy is User-process data stream marker, and mmmm server's equivalent marker (note the spaces between markers and "="). 重新启动标志回应。这种情况下,信息是精确的并且不用特别的处理;可以这样看:标记 yyyy = mmm 中 yyyy是用户进程数据流标记,mmmm是服务器端相应的标记(注意在标记和等号间的空格)。 |