HTTP 205 status code


The server successfully processed the request and returned nothing. But unlike a 204 response, a response returning this status code requires the requester to reset the document view. This response is mainly used to reset the form immediately after accepting user input so that the user can easily start another input.

Like the 204 response, this response is also prohibited from containing any message body and ends with the first blank line after the message header.