keecode logokeecode
205

Reset Content

Success

Description

The server successfully processed the request and the user agent should reset the document view

Common Usage

Tells the client to clear a form after submission

Example Response

How this status code appears in HTTP responses

HTTP Response Header

HTTP/1.1 205 Reset Content

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 205 Reset Content