Continue indicate that the client can continue with its request.
SwitchingProtocols indicates that the protocol version or protocol is being changed
OK indicates that the request succeeded and that the requested information is in the response.This is the most common status code to receive.
Created indicate that the request resulted in a new resoures Created the response was sent.
Accepted indicates that the request has been accepted for further processing
NonAuthoritativeInformation indicates that the returned metainformation is from a cached copy instead of the origin server and therefore may be incorrect.
NoContent indicates that the request has been successfully processed and that the response is intentionally blank
ResetContent indicates that the client should reset (not reload) the current resource.
PartialContent indicates that the response is a partial response as requested by a GET request that includes a byte range.
Ambiguous indicates that the requested information has multiple representation.The defalt action is to treat this status as a redirect and follow the contents of the location header associated with this response.
Moved indicates that the requested information has been moved to the URI specified in the location header.The default action when this status is recieved is to follow the location header associated with the response.when the original request method was POST,the redirected request will use the GET method.
Redirect indicates that the requested information is located at the URI specified in the Location header. The default action when this status is received is to follow the location header associated with the response. When the original request method was POST, the redirected request will use the GET method.
RedirectMethod automatically redirests the client to the URI specified in the Location header as the result of a POST. The request to the resource specified by the Loction header will be made with a GET
NotModified indicates that the client's cached copy is up to date. The contents of the resource are not transferred.
UseProxy indicates that the request should use the proxy server at the URI specified in the Location header.
Unused is a proposed extension to the HTTP/1.1 specification that is not fully specified.
TemporaryRedirect indicates that the request information is located at the URI specified in the Location header, The default action when this status is received is to follow the Location header associated with the response. When the original request method was POST, the redirected request will also use the POST method
BadRequest indicate that the request could not by the server. BadRequest is sent when no other error is application,or if the exact error is unknown or does not have its own error code.
Unauthorized indicates that the requested resource requires authentication. The WWW-Authenticate header contains the details of how to perform the authentication.
PaymentRequired is reserved for future use.
Forbidden indicate that the server refuses to fulfill the request.
NotFound indicates that the requested resource does not exist on the server.
MethodNotAllowed indicates that the request methods (POST or GET)is not allowed on the requested resource.
NotAcceptable indicates that the client has indicated with accept headers that it will not accept any of the available representations of the resource.
ProxyAuthenticationRequired indicates that the requested proxy requires authentication, The Proxy-authenticate header contains the details of how to perform the authentication.
RequestTimeout indicates that the client did not send a request within the time the server was expecting the request.
Conflict indicate that the request could not be carried out because of a Conflict on the server.
Gone indicates that the requested resource is no longer available.
LengthRequired indicates that the required Content-length header is missing.
PreconditionFailed indicates that a condition set for this request failed, and the request cannot be carried out, Conditions are set with conditional request headers like IF-Match, If-None-Match, or If-Unmodified-Since.
RequestEntityTooLarge indicates that the request is too large for the server to process,
RequestUriTooLong indicates that the URI is too long.
UnsupportedMediaType indicates that the request is an unsupported type.
RequestedRangeNotSatisfiable indicates that the range of date requested from the resource cannot be returned, either becaus the beginning of the range is before the beginning of the resource, or the end of the range is after the end of the resource.
ExpectationFailed indicate that an expectation given in an Expect header could not be met by the server.
InternalserverError indicates that a generic error has accurred on the server.
NotImplemented indicates that the server does not support the requested function
BadGateway indicate that an intermediate proxy server received a bad response from another proxy or the origin server.
ServiceUnavailable indicates that the server is temporaily unavailable, usually due to high load or maintenance.
GatewayTimeout indicates that an intermediate proxy server timed out while waiting for a response from another proxy or the origin server.
HttpVersionNotSupported indicates that the requested HTTP version is not supported by the server.