Class HttpContext (namespace Nette\Web)
HTTP-specific tasks.
Object | --HttpContext
Public Method Summary | |
---|---|
IHttpRequest |
getRequest
()
|
IHttpResponse |
getResponse
()
|
bool |
Attempts to cache the sent entity by its last modification date
|
Methods Inherited From Object |
---|
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
Method Details | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
line 86 getRequestpublic IHttpRequest getRequest ()
|
|||||||||||||||
line 96 getResponsepublic IHttpResponse getResponse ()
|
|||||||||||||||
line 31 isModifiedpublic bool isModified ([string|int|DateTime $lastModified = Attempts to cache the sent entity by its last modification date
|