Packages

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

Classes

  • NFtp
  • NHtml
  • NHttpContext
  • NHttpRequest
  • NHttpResponse
  • NHttpUploadedFile
  • NSession
  • NSessionNamespace
  • NUri
  • NUriScript
  • NUser

Interfaces

  • IHttpRequest
  • IHttpResponse
  • IUser

Exceptions

  • NFtpException
  • Overview
  • Package
  • Class
  • Tree
  • Other releases

Class NHttpContext

HTTP-specific tasks.

NObject
Extended by NHttpContext
Package: 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 IHttpRequest
# getRequest( )

Returns

IHttpRequest
public IHttpResponse
# getResponse( )

Returns

IHttpResponse
Methods inherited from NObject
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Nette Framework 0.9.7 (for PHP 5.2) API documentation generated by ApiGen 2.3.0