Interface IResponse
IHttpResponse interface.
Direct known implementers
Nette\Http\Response
public
|
|
public
integer
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
setExpiration( string|integer|
Sets the number of seconds before a page cached on a browser expires. |
public
boolean
|
|
public
mixed
|
|
public
array
|
|
public
|
|
public
|
#
deleteCookie( string $name, string $path = NULL, string $domain = NULL, boolean $secure = NULL )
Deletes a cookie. |
integer |
PERMANENT
cookie expiration: forever (23.1.2037) |
# 2116333333 |
integer |
BROWSER
cookie expiration: until the browser is closed |
# 0 |
integer |
S100_CONTINUE
HTTP 1.1 response code |
# 100 |
integer |
S101_SWITCHING_PROTOCOLS
HTTP 1.1 response code |
# 101 |
integer |
S200_OK
HTTP 1.1 response code |
# 200 |
integer |
S201_CREATED
HTTP 1.1 response code |
# 201 |
integer |
S202_ACCEPTED
HTTP 1.1 response code |
# 202 |
integer |
S203_NON_AUTHORITATIVE_INFORMATION
HTTP 1.1 response code |
# 203 |
integer |
S204_NO_CONTENT
HTTP 1.1 response code |
# 204 |
integer |
S205_RESET_CONTENT
HTTP 1.1 response code |
# 205 |
integer |
S206_PARTIAL_CONTENT
HTTP 1.1 response code |
# 206 |
integer |
S300_MULTIPLE_CHOICES
HTTP 1.1 response code |
# 300 |
integer |
S301_MOVED_PERMANENTLY
HTTP 1.1 response code |
# 301 |
integer |
S302_FOUND
HTTP 1.1 response code |
# 302 |
integer |
S303_SEE_OTHER
HTTP 1.1 response code |
# 303 |
integer |
S303_POST_GET
HTTP 1.1 response code |
# 303 |
integer |
S304_NOT_MODIFIED
HTTP 1.1 response code |
# 304 |
integer |
S305_USE_PROXY
HTTP 1.1 response code |
# 305 |
integer |
S307_TEMPORARY_REDIRECT
HTTP 1.1 response code |
# 307 |
integer |
S400_BAD_REQUEST
HTTP 1.1 response code |
# 400 |
integer |
S401_UNAUTHORIZED
HTTP 1.1 response code |
# 401 |
integer |
S402_PAYMENT_REQUIRED
HTTP 1.1 response code |
# 402 |
integer |
S403_FORBIDDEN
HTTP 1.1 response code |
# 403 |
integer |
S404_NOT_FOUND
HTTP 1.1 response code |
# 404 |
integer |
S405_METHOD_NOT_ALLOWED
HTTP 1.1 response code |
# 405 |
integer |
S406_NOT_ACCEPTABLE
HTTP 1.1 response code |
# 406 |
integer |
S407_PROXY_AUTHENTICATION_REQUIRED
HTTP 1.1 response code |
# 407 |
integer |
S408_REQUEST_TIMEOUT
HTTP 1.1 response code |
# 408 |
integer |
S409_CONFLICT
HTTP 1.1 response code |
# 409 |
integer |
S410_GONE
HTTP 1.1 response code |
# 410 |
integer |
S411_LENGTH_REQUIRED
HTTP 1.1 response code |
# 411 |
integer |
S412_PRECONDITION_FAILED
HTTP 1.1 response code |
# 412 |
integer |
S413_REQUEST_ENTITY_TOO_LARGE
HTTP 1.1 response code |
# 413 |
integer |
S414_REQUEST_URI_TOO_LONG
HTTP 1.1 response code |
# 414 |
integer |
S415_UNSUPPORTED_MEDIA_TYPE
HTTP 1.1 response code |
# 415 |
integer |
S416_REQUESTED_RANGE_NOT_SATISFIABLE
HTTP 1.1 response code |
# 416 |
integer |
S417_EXPECTATION_FAILED
HTTP 1.1 response code |
# 417 |
integer |
S426_UPGRADE_REQUIRED
HTTP 1.1 response code |
# 426 |
integer |
S500_INTERNAL_SERVER_ERROR
HTTP 1.1 response code |
# 500 |
integer |
S501_NOT_IMPLEMENTED
HTTP 1.1 response code |
# 501 |
integer |
S502_BAD_GATEWAY
HTTP 1.1 response code |
# 502 |
integer |
S503_SERVICE_UNAVAILABLE
HTTP 1.1 response code |
# 503 |
integer |
S504_GATEWAY_TIMEOUT
HTTP 1.1 response code |
# 504 |
integer |
S505_HTTP_VERSION_NOT_SUPPORTED
HTTP 1.1 response code |
# 505 |