Oihana PHP Enums

RangeHeaderTrait

Range request / download HTTP header names (RFC 9110 §14).

Mixed into HttpHeader.

Tags
author

Marc Alcaraz (ekameleon)

since
1.1.0

Table of Contents

Constants

ACCEPT_RANGES  : string = 'Accept-Ranges'
`Accept-Ranges` — Range units the server supports for a resource (RFC 9110 §14.3).
RANGE  : string = 'Range'
`Range` — Requests one or more sub-ranges of the representation (RFC 9110 §14.2).
RETRY_AFTER  : string = 'Retry-After'
`Retry-After` — How long to wait before making a follow-up request (RFC 9110 §10.2.3).

Constants

ACCEPT_RANGES

`Accept-Ranges` — Range units the server supports for a resource (RFC 9110 §14.3).

public string ACCEPT_RANGES = 'Accept-Ranges'

RANGE

`Range` — Requests one or more sub-ranges of the representation (RFC 9110 §14.2).

public string RANGE = 'Range'

RETRY_AFTER

`Retry-After` — How long to wait before making a follow-up request (RFC 9110 §10.2.3).

public string RETRY_AFTER = 'Retry-After'
On this page

Search results