|
200
OK
The request
by your browser succeeded.
201
Created
The request
successfully resulted in the creation of an additional resource and the
text line should indicate the URL by which it should be known.
202
Accepted
The 202
response is to allow a server to accept a request for some other process
without requiring that the connection to the server persist until the
process is completed.
203
Non-Authoritative Information
Basically
a 200 response, but where returned data may be from another server than
the one originally contacted.
204
No Content
Although
the request was successful, there is no content to return. This is usually
to permit additional input without a change to the users view.
205
Reset Content
Although
the request was successful, content was not served. The server is awaiting
further input from the user before proceeding.
206
Partial Content
This message
might occur if a client has a partial copy of content in its cache and
requests and update of missing content. This message indicates that the
partial request succeeded.
|