205 Reset Content
Explanation:
The 205 Reset Content status code is sent as part of a request to inform the client to reset the document view which caused the request to be sent. This response is primarily used to allow input forms to be cleared of the entered information.
Usage:
This status code is used to inform the client that the input form should be reset.
Attentions:
- The server should include information about the request in the response message if possible.
- The response should not include a message body.
Sample:
undefined