NotModified
Less than 1 minute
NotModified
HTTP 304 Not Modified response class.
class NotModified extends \Hazaar\Controller\Response\HTTP\ResponseThis response indicates that the resource has not been modified since the version specified by the request headers If-Modified-Since or If-None-Match. In such cases, there is no need to retransmit the resource since the client still has a previously-downloaded copy.
Methods
__construct
Constructs the HTTP 304 Not Modified response.
public __construct(): voidThis constructor initializes the response with a status code of 304 and sets the content type to text/plain.
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000