- 浏览: 2690814 次
- 性别:
- 来自: 北京
-
文章分类
最新评论
-
80后的童年2:
深入浅出MongoDB应用实战开发网盘地址:https://p ...
MongoDB入门教程 -
shliujing:
楼主在不是精通java和php的前提下,请不要妄下结论。
PHP、CakePHP哪凉快哪呆着去 -
安静听歌:
希望可以一给一点点注释
MySQL存储过程之代码块、条件控制、迭代 -
qq287767957:
PHP是全宇宙最强的语言!
PHP、CakePHP哪凉快哪呆着去 -
rryymmoK:
深入浅出MongoDB应用实战开发百度网盘下载:链接:http ...
MongoDB入门教程
Informational 1xx
This class of status code indicates a provisional response, consisting only of the Status-Line and optional headers, and is terminated by an empty line
-- 100 Continue
The client SHOULD continue with its request
-- 101 Switching Protocols
The server understands and is willing to comply with the client's request, via the Upgrade message header field, for a change in the application protocol being used on this connection
Successful 2xx
This class of status code indicates that the client's request was successfully received, understood, and accepted
-- 200 OK
The request has succeeded
-- 201 Created
The request has been fulfilled and resulted in a new resource being created
-- 202 Accepted
The request has been accepted for processing, but the processing has not been completed
-- 203 Non-Authoritative Information
The returned meta information in the entity-header is not the definitive set as available from the origin server, but is gathered from a local or a third-party copy
-- 204 No Content
The server has fulfilled the request but does not need to return an entity-body, and might want to return updated meta information
-- 205 Reset Content
The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent
-- 206 Partial Content
The server has fulfilled the partial GET request for the resource
Redirection 3xx
This class of status code indicates that further action needs to be taken by the user agent in order to fulfill the request
-- 300 Multiple Choices
The requested resource corresponds to any one of a set of representations, each with its own specific location, and agent- driven negotiation information is being provided so that the user (or user agent) can select a preferred representation and redirect its request to that location
-- 301 Moved Permanenty
The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs
-- 302 Found
The requested resource resides temporarily under a different URI
The temporary URI SHOULD be given by the Location field in the response
-- 303 See Other
The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource
-- 304 Not Modified
If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code
-- 305 Use Proxy
The requested resource MUST be accessed through the proxy given by the Location field
-- 306 (Unused)
The 306 status code was used in a previous version of the specification, is no longer used, and the code is reserved
-- 307 Temporary Redirect
The requested resource resides temporarily under a different URI
The temporary URI SHOULD be given by the Location field in the response
Client Error 4xx
The 4xx class of status code is intended for cases in which the client seems to have erred
-- 400 Bad Request
The request could not be understood by the server due to malformed syntax
-- 401 Unauthorized
The request requires user authentication
-- 402 Payment Required
This code is reserved for future use
-- 403 Forbidden
The server understood the request, but is refusing to fulfill it
-- 404 Not Found
The server has not found anything matching the Request-URI
-- 405 Method Not Allowed
The method specified in the Request-Line is not allowed for the resource identified by the Request-URI
-- 406 Not Acceptable
The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request
-- 407 Proxy Authentication Required
This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy
-- 408 Request Timeout
The client did not produce a request within the time that the server was prepared to wait
-- 409 Conflict
The request could not be completed due to a conflict with the current state of the resource
-- 410 Gone
The requested resource is no longer available at the server and no forwarding address is known
-- 411 Length Required
The server refuses to accept the request without a defined Content- Length
-- 412 Precondition Failed
The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server
-- 413 Request Entity Too Large
The server is refusing to process a request because the request entity is larger than the server is willing or able to process
-- 414 Request-URI Too Long
The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret
-- 415 Unsupported Media Type
The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method
-- 416 Requested Range Not Satisfiable
A server SHOULD return a response with this status code if a request included a Range request-header field, and none of the range-specifier values in this field overlap the current extent of the selected resource, and the request did not include an If-Range request-header field
-- 417 Expectation Failed
The expectation given in an Expect request-header field could not be met by this server, or, if the server is a proxy, the server has unambiguous evidence that the request could not be met by the next-hop server
Server Error 5xx
Response status codes beginning with the digit "5" indicate cases in which the server is aware that it has erred or is incapable of performing the request
-- 500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request
-- 501 Not Implemented
The server does not support the functionality required to fulfill the request
-- 502 Bad Gateway
The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request
-- 503 Service Unavailable
The server is currently unable to handle the request due to a temporary overloading or maintenance of the server
-- 504 Gateway Timeout
The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI (e.g. HTTP, FTP, LDAP) or some other auxiliary server (e.g. DNS) it needed to access in attempting to complete the request
-- 505 HTTP Version Not Supported
The server does not support, or refuses to support, the HTTP protocol version that was used in the request message
This class of status code indicates a provisional response, consisting only of the Status-Line and optional headers, and is terminated by an empty line
-- 100 Continue
The client SHOULD continue with its request
-- 101 Switching Protocols
The server understands and is willing to comply with the client's request, via the Upgrade message header field, for a change in the application protocol being used on this connection
Successful 2xx
This class of status code indicates that the client's request was successfully received, understood, and accepted
-- 200 OK
The request has succeeded
-- 201 Created
The request has been fulfilled and resulted in a new resource being created
-- 202 Accepted
The request has been accepted for processing, but the processing has not been completed
-- 203 Non-Authoritative Information
The returned meta information in the entity-header is not the definitive set as available from the origin server, but is gathered from a local or a third-party copy
-- 204 No Content
The server has fulfilled the request but does not need to return an entity-body, and might want to return updated meta information
-- 205 Reset Content
The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent
-- 206 Partial Content
The server has fulfilled the partial GET request for the resource
Redirection 3xx
This class of status code indicates that further action needs to be taken by the user agent in order to fulfill the request
-- 300 Multiple Choices
The requested resource corresponds to any one of a set of representations, each with its own specific location, and agent- driven negotiation information is being provided so that the user (or user agent) can select a preferred representation and redirect its request to that location
-- 301 Moved Permanenty
The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs
-- 302 Found
The requested resource resides temporarily under a different URI
The temporary URI SHOULD be given by the Location field in the response
-- 303 See Other
The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource
-- 304 Not Modified
If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code
-- 305 Use Proxy
The requested resource MUST be accessed through the proxy given by the Location field
-- 306 (Unused)
The 306 status code was used in a previous version of the specification, is no longer used, and the code is reserved
-- 307 Temporary Redirect
The requested resource resides temporarily under a different URI
The temporary URI SHOULD be given by the Location field in the response
Client Error 4xx
The 4xx class of status code is intended for cases in which the client seems to have erred
-- 400 Bad Request
The request could not be understood by the server due to malformed syntax
-- 401 Unauthorized
The request requires user authentication
-- 402 Payment Required
This code is reserved for future use
-- 403 Forbidden
The server understood the request, but is refusing to fulfill it
-- 404 Not Found
The server has not found anything matching the Request-URI
-- 405 Method Not Allowed
The method specified in the Request-Line is not allowed for the resource identified by the Request-URI
-- 406 Not Acceptable
The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request
-- 407 Proxy Authentication Required
This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy
-- 408 Request Timeout
The client did not produce a request within the time that the server was prepared to wait
-- 409 Conflict
The request could not be completed due to a conflict with the current state of the resource
-- 410 Gone
The requested resource is no longer available at the server and no forwarding address is known
-- 411 Length Required
The server refuses to accept the request without a defined Content- Length
-- 412 Precondition Failed
The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server
-- 413 Request Entity Too Large
The server is refusing to process a request because the request entity is larger than the server is willing or able to process
-- 414 Request-URI Too Long
The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret
-- 415 Unsupported Media Type
The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method
-- 416 Requested Range Not Satisfiable
A server SHOULD return a response with this status code if a request included a Range request-header field, and none of the range-specifier values in this field overlap the current extent of the selected resource, and the request did not include an If-Range request-header field
-- 417 Expectation Failed
The expectation given in an Expect request-header field could not be met by this server, or, if the server is a proxy, the server has unambiguous evidence that the request could not be met by the next-hop server
Server Error 5xx
Response status codes beginning with the digit "5" indicate cases in which the server is aware that it has erred or is incapable of performing the request
-- 500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request
-- 501 Not Implemented
The server does not support the functionality required to fulfill the request
-- 502 Bad Gateway
The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request
-- 503 Service Unavailable
The server is currently unable to handle the request due to a temporary overloading or maintenance of the server
-- 504 Gateway Timeout
The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI (e.g. HTTP, FTP, LDAP) or some other auxiliary server (e.g. DNS) it needed to access in attempting to complete the request
-- 505 HTTP Version Not Supported
The server does not support, or refuses to support, the HTTP protocol version that was used in the request message
发表评论
-
leveldb资料整理
2011-12-28 19:50 10886leveldb介绍 http://code.google.co ... -
HTTP Basic/Digest Authentication、OAuth
2009-01-09 14:01 9627HTTP Authentication au ... -
HTTP1.1 Notes 8, Header Field Definitions
2008-12-31 13:13 4456http://www.w3.org/Protocols/rfc ... -
HTTP1.1 Notes 6, Method Definitions
2008-12-30 12:30 2515Safe and Idempotent Methods In ... -
HTTP1.1 Notes 5, Connections
2008-12-29 13:25 2743Persistent Connections advantag ... -
HTTP1.1 Notes 4, Request & Response & Entity
2008-12-26 13:25 4208Request Request = ... -
HTTP1.1 Notes 3, HTTP Message
2008-12-26 10:57 4230Message Types HTTP-mess ... -
HTTP1.1 Notes 2, Protocol Parameters
2008-12-24 13:12 2728HTTP Version HTTP-Versio ... -
HTTP1.1 Notes 1, Terminology & ABNF
2008-12-23 17:03 2858http://www.w3.org/Protocols/rfc ... -
以后都用MindManager做年度总结和年度计划
2008-12-19 19:54 60342008总结如下: 2009计划如下: 希望自己能够戒骄 ... -
Skip List 跳表
2008-12-19 15:54 5566跳表是个概率性的的数据结构,由William Pugh在199 ... -
数据仓库toolkit笔记1,Dimensional Modeling Primer
2008-12-15 18:49 2449数据仓库管理员的主要职责: 1,通过业务领域、工作职责和计算机 ... -
CLRS笔记15,动态规划
2008-12-10 18:14 1896动态规划算法的实质是分治思想和解决冗余,因此,动态规划是一种将 ... -
Web搜索引擎原理和技术
2008-12-08 12:06 4867主要的三个功能模块: ... -
CLRS笔记12,二叉查找树/红黑树
2008-12-04 17:32 2838二叉查找树 二叉查找树是一颗二叉树,并且每个节点x的左子树中所 ... -
CLRS笔记11,Hash Table
2008-12-03 15:02 2027Hash Table是实现动态集合在O(1)时间内的INSER ... -
CLRS笔记10、基本数据结构
2008-11-28 14:28 1920数学中的集合是不变的 ... -
CLRS笔记8,线性时间排序(counting、radix、bucket sort)
2008-11-27 11:13 3507线性时间排序即时间复杂度为Θ(n)的排序,主要有计数排序、基数 ... -
How to be Computer Game Developer?
2008-07-21 13:35 1283http://www.beyondrails.com/blog ... -
游戏引擎剖析
2008-07-21 11:59 2423转载一篇《游戏引擎剖析》系列,了解游戏引擎开发相关的知识。 ...
相关推荐
75 Link Training and Status State Machine (LTSSM) 7-35 751 SSDisabled7-38 7511 SSDisabled Requirements 7-38 7512 Exit from SSDisabled 7-38 752 SSInactive7-38 7521 SSInactive Substate Machines 7-38 ...
PEP 314: Metadata for Python Software Packages v1.1 PEP 328: Absolute and Relative Imports PEP 338: Executing Modules as Scripts PEP 341: Unified try/except/finally PEP 342: New Generator Features...
Notes Regarding Cascading Operations 11. Zend_Debug 11.1. 输出变量的值 (Dumping Variables) 12. Zend_Exception 12.1. 使用“异常” 13. Zend_Feed 13.1. 介绍 13.2. 导入Feeds 13.2.1. 定制 feeds ...
These are usually the most active developers who are willing to spend their time not only integrating their own code but integrating code submitted by the developers who do not have this privilege....
The 80x86 Instruction Set 6.0 - Chapter Overview 6.1 - The Processor Status Register (Flags) 6.2 - Instruction Encodings 6.3 - Data Movement Instructions 6.3.1 - The MOV Instruction...
Notes tab page added Added support for LIKE 'VALUE' for output values Added support for IN (VALUE_LIST) for output values Disabled test items are now displayed grayed out in the list Table Export/...
Installation notes: ******************* Make sure to read all the notes and info below, cause you may need them. * If the activator is detected by your antivirus software then add it to the ...