ResetContent
Less than 1 minute
ResetContent
HTTP 205 Reset Content response class.
class ResetContent extends \Hazaar\Controller\ResponseExtends: Hazaar\Controller\Response
This 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 Fri, 04 Sep 2026 23:32:16 +0000