STATUS_CODES:
{ '100': 'Continue', ?// 持續(xù)中
'101': 'Switching Protocols', ? ?// 轉(zhuǎn)換協(xié)議
'102': 'Processing', ? ?// 進行中
'200': 'OK', ? // 成功
'201': 'Created', ?// 已創(chuàng)建
'202': 'Accepted', ? // 已接受
'203': 'Non-Authoritative Information', ? // 未授權(quán)的信息
'204': 'No Content', ? ? // 沒有內(nèi)容?
'205': 'Reset Content', ? // 重設置內(nèi)容
'206': 'Partial Content', ? // 局部內(nèi)容
'207': 'Multi-Status', ? // 多種狀態(tài)
'208': 'Already Reported', ? // 已經(jīng)報告
'226': 'IM Used',? // 使用IM協(xié)議 (即時通訊協(xié)議(Instant Messaging))
'300': 'Multiple Choices', ?// 多種選擇
'301': 'Moved Permanently', ?// 永久移除
'302': 'Found', ?// 已找到
'303': 'See Other', ? // 見其他
'304': 'Not Modified', ?// 未修改
'305': 'Use Proxy', ?// 使用代理?
'307': 'Temporary Redirect', ? // 臨時跳轉(zhuǎn)
'308': 'Permanent Redirect', // 永久跳轉(zhuǎn)
'400': 'Bad Request', ?// 壞請求
'401': 'Unauthorized', // 未授權(quán)
'402': 'Payment Required', // 要求支付?
'403': 'Forbidden', ? // 禁止
'404': 'Not Found', // 未找到
'405': 'Method Not Allowed', ?// 不允許的方式
'406': 'Not Acceptable', ?// 不接受
'407': 'Proxy Authentication Required', ?// 要求協(xié)議授權(quán)
'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',
'421': 'Misdirected Request',
'422': 'Unprocessable Entity',
'423': 'Locked',
'424': 'Failed Dependency',
'425': 'Unordered Collection',
'426': 'Upgrade Required',
'428': 'Precondition Required',
'429': 'Too Many Requests',
'431': 'Request Header Fields Too Large',
'451': 'Unavailable For Legal Reasons',
'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',
'509': 'Bandwidth Limit Exceeded',
'510': 'Not Extended',
'511': 'Network Authentication Required' },