Oihana PHP Enums

ReportingHeaderTrait

Error / network reporting HTTP header names (W3C Reporting).

Mixed into HttpHeader.

Tags
author

Marc Alcaraz (ekameleon)

since
1.1.0

Table of Contents

Constants

NEL  : string = 'NEL'
`NEL` — Network Error Logging policy for the origin (W3C).
REPORT_TO  : string = 'Report-To'
`Report-To` — Named reporting endpoint groups (legacy Reporting API).
REPORTING_ENDPOINTS  : string = 'Reporting-Endpoints'
`Reporting-Endpoints` — Named reporting endpoints (Reporting API v1, replaces `Report-To`).

Constants

NEL

`NEL` — Network Error Logging policy for the origin (W3C).

public string NEL = 'NEL'

REPORT_TO

`Report-To` — Named reporting endpoint groups (legacy Reporting API).

public string REPORT_TO = 'Report-To'

REPORTING_ENDPOINTS

`Reporting-Endpoints` — Named reporting endpoints (Reporting API v1, replaces `Report-To`).

public string REPORTING_ENDPOINTS = 'Reporting-Endpoints'
On this page

Search results