ILIAS
trunk Revision v11.0_alpha-1871-gde1fee8db3d
|
Interface ResponseHeader. More...
Data Fields | |
const | ACCESS_CONTROL_ALLOW_ORIGIN = 'Access-Control-Allow-Origin' |
const | ACCEPT_PATCH = 'Accept-Patch' |
const | ACCEPT_RANGES = 'Accept-Ranges' |
const | ALLOW = 'Allow' |
const | CACHE_CONTROL = 'Cache-Control' |
const | CONNECTION = 'Connection' |
const | CONTENT_DISPOSITION = 'Content-Disposition' |
const | CONTENT_ENCODING = 'Content-Encoding' |
const | CONTENT_LANGUAGE = 'Content-Language' |
const | CONTENT_LENGTH = 'Content-Length' |
const | CONTENT_LOCATION = 'Content-Location' |
const | CONTENT_RANGE = 'Content-Range' |
const | CONTENT_TYPE = 'Content-Type' |
const | DATE = 'Date' |
const | ETAG = 'ETag' |
const | EXPIRES = 'Expires' |
const | LAST_MODIFIED = 'Last-Modified' |
const | LINK = 'Link' |
const | LOCATION = 'Location' |
const | P3P = 'P3P' |
const | PRAGMA = 'Pragma' |
const | PUBLIC_KEY_PINS = 'Public-Key-Pins' |
const | RETRY_AFTER = 'Retry-After' |
const | SERVER = 'Server' |
const | STRICT_TRANSPORT_SECURITY = 'Strict-Transport-Security' |
const | TRAILER = 'Trailer' |
const | TRANSFER_ENCODING = 'Transfer-Encoding' |
const | TSV = 'TSV' |
const | VARY = 'Vary' |
const | WARNING = 'Warning' |
const | WWW_AUTHENTICATE = 'WWW-Authenticate' |
const | X_XSS_PROTECTION = 'X-XSS-Protection' |
const | X_CONTENT_TYPE_OPTIONS = 'X-Content-Type-Options' |
const | UPGRADE_INSECURE_REQUESTS = 'Upgrade-Insecure-Requests' |
Interface ResponseHeader.
Describes the most common response headers
Definition at line 28 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::ACCEPT_PATCH = 'Accept-Patch' |
Definition at line 41 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::ACCEPT_RANGES = 'Accept-Ranges' |
Definition at line 47 of file ResponseHeader.php.
Referenced by ILIAS\FileDelivery\Delivery\ResponseBuilder\PHPResponseBuilder\buildHeaders(), ILIAS\LegalDocuments\Consumer\DownloadMultipleConsumer\run(), and ILIAS\FileDelivery\Delivery\setGeneralHeaders().
const ILIAS\StaticURL\Response\Response\ResponseHeader::ACCESS_CONTROL_ALLOW_ORIGIN = 'Access-Control-Allow-Origin' |
Definition at line 35 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::ALLOW = 'Allow' |
Definition at line 53 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::CACHE_CONTROL = 'Cache-Control' |
Definition at line 60 of file ResponseHeader.php.
Referenced by ILIAS\FileDelivery\Delivery\setCachingHeaders(), and ILIAS\FileDelivery\Delivery\BaseDelivery\setGeneralHeaders().
const ILIAS\StaticURL\Response\Response\ResponseHeader::CONNECTION = 'Connection' |
Definition at line 66 of file ResponseHeader.php.
Referenced by ILIAS\LegalDocuments\Consumer\DownloadMultipleConsumer\run(), and ILIAS\FileDelivery\Delivery\setGeneralHeaders().
const ILIAS\StaticURL\Response\Response\ResponseHeader::CONTENT_DISPOSITION = 'Content-Disposition' |
Definition at line 74 of file ResponseHeader.php.
Referenced by ILIAS\LegalDocuments\Consumer\DownloadMultipleConsumer\run(), ILIAS\FileDelivery\Delivery\setDispositionHeaders(), and ILIAS\FileDelivery\Delivery\BaseDelivery\setGeneralHeaders().
const ILIAS\StaticURL\Response\Response\ResponseHeader::CONTENT_ENCODING = 'Content-Encoding' |
Definition at line 80 of file ResponseHeader.php.
Definition at line 86 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::CONTENT_LENGTH = 'Content-Length' |
Definition at line 92 of file ResponseHeader.php.
Referenced by ILIAS\FileDelivery\Delivery\ResponseBuilder\PHPResponseBuilder\buildHeaders(), ILIAS\FileDelivery\FileDeliveryTypes\PHPChunked\deliver(), ILIAS\FileDelivery\Delivery\ResponseBuilder\PHPResponseBuilder\deliverPartial(), and ILIAS\FileDelivery\Delivery\setGeneralHeaders().
const ILIAS\StaticURL\Response\Response\ResponseHeader::CONTENT_LOCATION = 'Content-Location' |
Definition at line 98 of file ResponseHeader.php.
Definition at line 104 of file ResponseHeader.php.
Referenced by ILIAS\FileDelivery\FileDeliveryTypes\PHPChunked\deliver(), and ILIAS\FileDelivery\Delivery\ResponseBuilder\PHPResponseBuilder\deliverPartial().
const ILIAS\StaticURL\Response\Response\ResponseHeader::CONTENT_TYPE = 'Content-Type' |
Definition at line 110 of file ResponseHeader.php.
Referenced by GuzzleHttp\Client\Notifications\handleRerender(), ILIAS\FileDelivery\FileDeliveryTypes\XAccel\prepare(), ILIAS\LegalDocuments\Consumer\DownloadMultipleConsumer\run(), ILIAS\MetaData\OERExposer\OAIPMH\HTTP\Wrapper\sendResponseAndClose(), ILIAS\FileDelivery\Delivery\BaseDelivery\setGeneralHeaders(), ILIAS\FileDelivery\Delivery\setGeneralHeaders(), and ILIAS\Tests\FileDelivery\FileDeliveryTypes\XAccelTest\testPrepareWhichShouldSucceed().
const ILIAS\StaticURL\Response\Response\ResponseHeader::DATE = 'Date' |
Definition at line 116 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::ETAG = 'ETag' |
Definition at line 122 of file ResponseHeader.php.
Referenced by ILIAS\FileDelivery\Delivery\ResponseBuilder\PHPResponseBuilder\buildHeaders().
const ILIAS\StaticURL\Response\Response\ResponseHeader::EXPIRES = 'Expires' |
Definition at line 129 of file ResponseHeader.php.
Referenced by ILIAS\FileDelivery\Delivery\setCachingHeaders(), and ILIAS\FileDelivery\Delivery\BaseDelivery\setGeneralHeaders().
const ILIAS\StaticURL\Response\Response\ResponseHeader::LAST_MODIFIED = 'Last-Modified' |
Definition at line 136 of file ResponseHeader.php.
Referenced by ILIAS\FileDelivery\Delivery\ResponseBuilder\PHPResponseBuilder\buildHeaders().
const ILIAS\StaticURL\Response\Response\ResponseHeader::LINK = 'Link' |
Definition at line 143 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::LOCATION = 'Location' |
Definition at line 149 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::P3P = 'P3P' |
Definition at line 157 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::PRAGMA = 'Pragma' |
Definition at line 164 of file ResponseHeader.php.
Referenced by ILIAS\FileDelivery\Delivery\setCachingHeaders().
const ILIAS\StaticURL\Response\Response\ResponseHeader::PUBLIC_KEY_PINS = 'Public-Key-Pins' |
Definition at line 171 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::RETRY_AFTER = 'Retry-After' |
Definition at line 179 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::SERVER = 'Server' |
Definition at line 185 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::STRICT_TRANSPORT_SECURITY = 'Strict-Transport-Security' |
Definition at line 192 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::TRAILER = 'Trailer' |
Definition at line 199 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::TRANSFER_ENCODING = 'Transfer-Encoding' |
Definition at line 206 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::TSV = 'TSV' |
Definition at line 222 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::UPGRADE_INSECURE_REQUESTS = 'Upgrade-Insecure-Requests' |
Definition at line 262 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::VARY = 'Vary' |
Definition at line 230 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::WARNING = 'Warning' |
Definition at line 236 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::WWW_AUTHENTICATE = 'WWW-Authenticate' |
Definition at line 242 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::X_CONTENT_TYPE_OPTIONS = 'X-Content-Type-Options' |
Definition at line 256 of file ResponseHeader.php.
const ILIAS\StaticURL\Response\Response\ResponseHeader::X_XSS_PROTECTION = 'X-XSS-Protection' |
Definition at line 248 of file ResponseHeader.php.