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