RequestHeaderFieldsTooLarge
Less than 1 minute
RequestHeaderFieldsTooLarge
HTTP 431 Request Header Fields Too Large response class.
class RequestHeaderFieldsTooLarge extends \Hazaar\Controller\Response\HTTP\ResponseThis response indicates that the server is unwilling to process the request because its header fields are too large. The request may be resubmitted after reducing the size of the request header fields.
Methods
__construct
Constructs the HTTP 431 Request Header Fields Too Large response.
public __construct(string $contentType = 'text/html'): voidThis constructor initializes the response with a status code of 431 and sets the content type.
Parameters
| Parameter | Type | Description |
|---|---|---|
$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