Http Codes explained
Posted by admin on 24 July, 2009
Comments Off
HTTP CODES 100-101
100
Continue
Tells the client that the first part of the request has been received and that it should continue with the rest of the request or ignore if the request has been fulfilled.
101
Switching Protocols
Tells the client that the server will switch protocols to that specified in the Upgrade message header field during the current [...]