Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationDI
      • ApplicationLatte
      • ApplicationTracy
      • CacheDI
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsDI
      • FormsLatte
      • Framework
      • HttpDI
      • HttpTracy
      • MailDI
      • ReflectionDI
      • SecurityDI
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Conventions
      • Drivers
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
      • Traits
    • Reflection
    • Security
    • Tokenizer
    • Utils
  • Tracy
    • Bridges
      • Nette
  • none

Classes

  • HttpExtension
  • SessionExtension
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases

Class HttpExtension

HTTP extension for Nette DI.

Nette\DI\CompilerExtension uses Nette\SmartObject
Extended by Nette\Bridges\HttpDI\HttpExtension
Namespace: Nette\Bridges\HttpDI
Located at Bridges/HttpDI/HttpExtension.php
Methods summary
public
# __construct( $cliMode = false )
public
# loadConfiguration( )

Processes configuration data. Intended to be overridden by descendant.

Processes configuration data. Intended to be overridden by descendant.

Overrides

Nette\DI\CompilerExtension::loadConfiguration()
public
# beforeCompile( )

Adjusts DI container before is compiled to PHP class. Intended to be overridden by descendant.

Adjusts DI container before is compiled to PHP class. Intended to be overridden by descendant.

Overrides

Nette\DI\CompilerExtension::beforeCompile()
public
# afterCompile( Nette\PhpGenerator\ClassType $class )

Adjusts DI container compiled to PHP class. Intended to be overridden by descendant.

Adjusts DI container compiled to PHP class. Intended to be overridden by descendant.

Overrides

Nette\DI\CompilerExtension::afterCompile()
Methods inherited from Nette\DI\CompilerExtension
getConfig(), getContainerBuilder(), loadFromFile(), prefix(), setCompiler(), setConfig(), validateConfig()
Methods used from Nette\SmartObject
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Properties summary
public array $defaults
#[ 'proxy' => [], 'headers' => [ 'X-Powered-By' => 'Nette Framework', 'Content-Type' => 'text/html; charset=utf-8', ], 'frames' => 'SAMEORIGIN', // X-Frame-Options 'csp' => [], // Content-Security-Policy 'cspReportOnly' => [], // Content-Security-Policy-Report-Only 'csp-report' => null, // for compatibility 'featurePolicy' => [], // Feature-Policy 'cookieSecure' => null, // true|false|auto Whether the cookie is available only through HTTPS 'sameSiteProtection' => null, // activates Request::isSameSite() protection ]
Properties inherited from Nette\DI\CompilerExtension
$compiler, $config, $name
Nette 2.4-20180918 API API documentation generated by ApiGen 2.8.0