URITooLong
Less than 1 minute
URITooLong
HTTP 414 URI Too Long response class.
class URITooLong extends \Hazaar\Controller\ResponseExtends: Hazaar\Controller\Response
This response indicates that the URI requested by the client is longer than the server is willing to interpret.
Methods
__construct
Constructs the HTTP 414 URI Too Long response.
public __construct(string $contentType = 'text/html'): voidThis constructor initializes the response with a status code of 414 and allows specifying the content type, which defaults to text/html.
Parameters
| Parameter | Type | Description |
|---|---|---|
$contentType | string | The content type of the response. Defaults to text/html. |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:16 +0000