ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
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
}
ILIAS\StaticURL\Response\Response\ResponseHeader\TSV
const TSV
Definition:
ResponseHeader.php:222
ILIAS\StaticURL\Response\Response\ResponseHeader\DATE
const DATE
Definition:
ResponseHeader.php:116
ILIAS\StaticURL\Response\Response\ResponseHeader\PRAGMA
const PRAGMA
Definition:
ResponseHeader.php:164
ILIAS\StaticURL\Response\Response\ResponseHeader\WARNING
const WARNING
Definition:
ResponseHeader.php:236
ILIAS\StaticURL\Response\Response\ResponseHeader\ETAG
const ETAG
Definition:
ResponseHeader.php:122
ILIAS\StaticURL\Response\Response\ResponseHeader\X_XSS_PROTECTION
const X_XSS_PROTECTION
Definition:
ResponseHeader.php:248
ILIAS\StaticURL\Response\Response\ResponseHeader\UPGRADE_INSECURE_REQUESTS
const UPGRADE_INSECURE_REQUESTS
Definition:
ResponseHeader.php:262
ILIAS\StaticURL\Response\Response\ResponseHeader\ACCESS_CONTROL_ALLOW_ORIGIN
const ACCESS_CONTROL_ALLOW_ORIGIN
Definition:
ResponseHeader.php:35
ILIAS\StaticURL\Response\Response\ResponseHeader\TRAILER
const TRAILER
Definition:
ResponseHeader.php:199
ILIAS\StaticURL\Response\Response\ResponseHeader\WWW_AUTHENTICATE
const WWW_AUTHENTICATE
Definition:
ResponseHeader.php:242
ILIAS\StaticURL\Response\Response\ResponseHeader\ACCEPT_RANGES
const ACCEPT_RANGES
Definition:
ResponseHeader.php:47
ILIAS\StaticURL\Response\Response\ResponseHeader\VARY
const VARY
Definition:
ResponseHeader.php:230
ILIAS\StaticURL\Response\Response\ResponseHeader\CONTENT_LENGTH
const CONTENT_LENGTH
Definition:
ResponseHeader.php:92
ILIAS\StaticURL\Response\Response\ResponseHeader\TRANSFER_ENCODING
const TRANSFER_ENCODING
Definition:
ResponseHeader.php:206
ILIAS\StaticURL\Response\Response\ResponseHeader\LINK
const LINK
Definition:
ResponseHeader.php:143
ILIAS\StaticURL\Response\Response\ResponseHeader\ACCEPT_PATCH
const ACCEPT_PATCH
Definition:
ResponseHeader.php:41
ILIAS\StaticURL\Response\Response\ResponseHeader\P3P
const P3P
Definition:
ResponseHeader.php:157
ILIAS\StaticURL\Response\Response\ResponseHeader\PUBLIC_KEY_PINS
const PUBLIC_KEY_PINS
Definition:
ResponseHeader.php:171
ILIAS\StaticURL\Response\Response\ResponseHeader\LAST_MODIFIED
const LAST_MODIFIED
Definition:
ResponseHeader.php:136
ILIAS\StaticURL\Response\Response\ResponseHeader\CONTENT_ENCODING
const CONTENT_ENCODING
Definition:
ResponseHeader.php:80
ILIAS\StaticURL\Response\Response\ResponseHeader\STRICT_TRANSPORT_SECURITY
const STRICT_TRANSPORT_SECURITY
Definition:
ResponseHeader.php:192
ILIAS\HTTP\Response
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ResponseFactory.php:19
ILIAS\StaticURL\Response\Response\ResponseHeader\EXPIRES
const EXPIRES
Definition:
ResponseHeader.php:129
ILIAS\StaticURL\Response\Response\ResponseHeader\X_CONTENT_TYPE_OPTIONS
const X_CONTENT_TYPE_OPTIONS
Definition:
ResponseHeader.php:256
ILIAS\StaticURL\Response\Response\ResponseHeader\RETRY_AFTER
const RETRY_AFTER
Definition:
ResponseHeader.php:179
ILIAS\StaticURL\Response\Response\ResponseHeader\CONNECTION
const CONNECTION
Definition:
ResponseHeader.php:66
ILIAS\StaticURL\Response\Response\ResponseHeader\CONTENT_DISPOSITION
const CONTENT_DISPOSITION
Definition:
ResponseHeader.php:74
ILIAS\StaticURL\Response\Response\ResponseHeader\LOCATION
const LOCATION
Definition:
ResponseHeader.php:149
ILIAS\StaticURL\Response\Response\ResponseHeader\CONTENT_TYPE
const CONTENT_TYPE
Definition:
ResponseHeader.php:110
ILIAS\StaticURL\Response\Response\ResponseHeader\CACHE_CONTROL
const CACHE_CONTROL
Definition:
ResponseHeader.php:60
ILIAS\StaticURL\Response\Response\ResponseHeader\CONTENT_LANGUAGE
const CONTENT_LANGUAGE
Definition:
ResponseHeader.php:86
ILIAS\StaticURL\Response\Response\ResponseHeader\CONTENT_LOCATION
const CONTENT_LOCATION
Definition:
ResponseHeader.php:98
ILIAS\StaticURL\Response\Response\ResponseHeader\CONTENT_RANGE
const CONTENT_RANGE
Definition:
ResponseHeader.php:104
ILIAS\StaticURL\Response\Response\ResponseHeader\ALLOW
const ALLOW
Definition:
ResponseHeader.php:53
ILIAS\StaticURL\Response\Response\ResponseHeader\SERVER
const SERVER
Definition:
ResponseHeader.php:185
ILIAS\StaticURL\Response\Response\ResponseHeader
Interface ResponseHeader.
Definition:
ResponseHeader.php:28
components
ILIAS
HTTP
src
Response
ResponseHeader.php
Generated on Wed Apr 2 2025 23:02:59 for ILIAS by
1.8.13 (using
Doxyfile
)