205

Reset Content

This HTTP status code let us know, The request has been fulfilled by server.The client need to reset the document view.The Response will have zero-length body including a Content-Length header field with a value of 0.

The client might be clear the content of a form, canvas, or to refresh the UI.The server will not provide the any content into the response.

Simple Usage

If you have a entry from that use to make multiple entry by user, The server will send 205 and the client will reset the input form values.The end use will ready for next form submission.