ResetContent
Less than 1 minute
ResetContent
HTTP 205 Reset Content response class.
class ResetContent extends \Hazaar\Controller\Response\HTTP\ResponseThis response indicates that the server successfully processed the request but is not returning any content. Unlike a 204 response, this response requires that the requester reset the document view.
Methods
__construct
Constructs the HTTP 205 Reset Content response.
public __construct(): voidThis constructor initializes the response with a status code of 205 and sets the content type to text/plain.
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000