Oihana PHP Enums

MiscHeaderTrait

Miscellaneous modern HTTP header names.

Mixed into HttpHeader.

Tags
author

Marc Alcaraz (ekameleon)

since
1.1.0

Table of Contents

Constants

ALT_SVC  : string = 'Alt-Svc'
`Alt-Svc` — Alternative services (e.g. HTTP/3) available for the origin (RFC 7838).
EARLY_HINTS  : string = '103 Early Hints'
`103 Early Hints` — Informational status hinting at resources to preload (RFC 8297).

Constants

ALT_SVC

`Alt-Svc` — Alternative services (e.g. HTTP/3) available for the origin (RFC 7838).

public string ALT_SVC = 'Alt-Svc'

EARLY_HINTS

`103 Early Hints` — Informational status hinting at resources to preload (RFC 8297).

public string EARLY_HINTS = '103 Early Hints'
On this page

Search results