NoContent
Less than 1 minute
NoContent
HTTP 204 No Content response class.
class NoContent extends \Hazaar\Controller\Response\HTTP\ResponseThis response indicates that the server successfully processed the request, but is not returning any content. This is typically used when there is no additional information to send to the client.
Methods
__construct
Constructs the HTTP 204 No Content response.
public __construct(): voidThis constructor initializes the response with a status code of 204 and sets the content type to text/plain.
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000