NonAuthoritativeInformation
Less than 1 minute
NonAuthoritativeInformation
HTTP 203 Non-Authoritative Information response class.
class NonAuthoritativeInformation extends \Hazaar\Controller\Response\HTTP\ResponseThis response indicates that the server is a transforming proxy (e.g., a Web accelerator) that received a 200 OK from its origin but is returning a modified version of the origin's response. This is typically used when the server modifies the response before sending it to the client.
Methods
__construct
Constructs the HTTP 203 Non-Authoritative Information response.
public __construct(?string $content, string $contentType = 'text/html'): voidThis constructor initializes the response with a status code of 203 and sets the content type and optional content body.
Parameters
| Parameter | Type | Description |
|---|---|---|
$content | string | the optional content body of the response |
$contentType | string | The content type of the response. Defaults to text/html. |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000