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是服務器端相應的標記(注意在標記和等號間的空格)。 |