Namespaces

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • Ftp
  • Html
  • HttpContext
  • HttpRequest
  • HttpResponse
  • HttpUploadedFile
  • Session
  • SessionNamespace
  • Uri
  • UriScript
  • User

Interfaces

  • IHttpRequest
  • IHttpResponse
  • IUser

Exceptions

  • FtpException
  • Overview
  • Namespace
  • Class
  • Tree
  • Other releases

Class HttpContext

HTTP-specific tasks.

Nette\Object
Extended by Nette\Web\HttpContext
Namespace: Nette\Web
Author: David Grudl
Located at Web/HttpContext.php
Methods summary
public boolean
# isModified( string|integer|DateTime $lastModified = NULL, string $etag = NULL )

Attempts to cache the sent entity by its last modification date

Attempts to cache the sent entity by its last modification date

Parameters

$lastModified
string|integer|DateTime
last modified time
$etag
string
strong entity tag validator

Returns

boolean
public Nette\Web\IHttpRequest
# getRequest( )

Returns

Nette\Web\IHttpRequest
public Nette\Web\IHttpResponse
# getResponse( )

Returns

Nette\Web\IHttpResponse
Methods inherited from Nette\Object
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Nette Framework 0.9.7 API documentation generated by ApiGen 2.3.0