ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ResponseHeader.php
Go to the documentation of this file.
1 <?php
2 
19 namespace ILIAS\HTTP\Response;
20 
28 interface ResponseHeader
29 {
35  public const ACCESS_CONTROL_ALLOW_ORIGIN = 'Access-Control-Allow-Origin';
41  public const ACCEPT_PATCH = 'Accept-Patch';
47  public const ACCEPT_RANGES = 'Accept-Ranges';
53  public const ALLOW = 'Allow';
60  public const CACHE_CONTROL = 'Cache-Control';
66  public const CONNECTION = 'Connection';
74  public const CONTENT_DISPOSITION = 'Content-Disposition';
80  public const CONTENT_ENCODING = 'Content-Encoding';
86  public const CONTENT_LANGUAGE = 'Content-Language';
92  public const CONTENT_LENGTH = 'Content-Length';
98  public const CONTENT_LOCATION = 'Content-Location';
104  public const CONTENT_RANGE = 'Content-Range';
110  public const CONTENT_TYPE = 'Content-Type';
116  public const DATE = 'Date';
122  public const ETAG = 'ETag';
129  public const EXPIRES = 'Expires';
136  public const LAST_MODIFIED = 'Last-Modified';
143  public const LINK = 'Link';
149  public const LOCATION = 'Location';
157  public const P3P = 'P3P';
164  public const PRAGMA = 'Pragma';
171  public const PUBLIC_KEY_PINS = 'Public-Key-Pins';
179  public const RETRY_AFTER = 'Retry-After';
185  public const SERVER = 'Server';
192  public const STRICT_TRANSPORT_SECURITY = 'Strict-Transport-Security';
199  public const TRAILER = 'Trailer';
206  public const TRANSFER_ENCODING = 'Transfer-Encoding';
222  public const TSV = 'TSV';
230  public const VARY = 'Vary';
236  public const WARNING = 'Warning';
242  public const WWW_AUTHENTICATE = 'WWW-Authenticate';
248  public const X_XSS_PROTECTION = 'X-XSS-Protection';
256  public const X_CONTENT_TYPE_OPTIONS = 'X-Content-Type-Options';
262  public const UPGRADE_INSECURE_REQUESTS = 'Upgrade-Insecure-Requests';
263 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...