Interface IHttpResponse
IHttpResponse interface.
Direct known implementers
Nette\Web\HttpResponse| 
			
			 public 
			
			
			 | |
| 
			
			 public 
			integer
			
			 | |
| 
			
			 public 
			
			
			 | |
| 
			
			 public 
			
			
			 | |
| 
			
			 public 
			
			
			 | |
| 
			
			 public 
			
			
			 | 
		#
		 redirect( string $url, integer $code = Redirects to a new URL. | 
| 
			
			 public 
			
			
			 | 
		#
		 setExpiration( mixed $seconds )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
		 | 
				S200_OK
		 | 200 | 
			#
			 HTTP 1.1 response code | 
| 
			
			integer
		 | 
				S204_NO_CONTENT
		 | 204 | 
			#
			 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
		 | 
				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
		 | 
				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
		 | 
				S410_GONE
		 | 410 | 
			#
			 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
		 | 
				S503_SERVICE_UNAVAILABLE
		 | 503 | 
			#
			 HTTP 1.1 response code |