Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PersistSessionHTTPModule

HTTP kernel module that runs after the main logic in the request to persist the session data to the driver's backend.

Hierarchy

Index

Constructors

constructor

Properties

Readonly executeWithBlockingWriteback

executeWithBlockingWriteback: true = true

By default, if a kernel module interrupts the request flow to send a response (for example, if an error occurs), subsequent modules are skipped.

However, a module can override this property to be true and its logic will still be applied, even after a module has interrupted the request flow.

Accessors

Private appClassApplication

Methods

Protected app

apply

Protected container

getBoundMethod

  • getBoundMethod(methodName: string): (...args: any[]) => any
  • Get the method with the given name from this class, bound to this class.

    Parameters

    • methodName: string

    Returns (...args: any[]) => any

    function

      • (...args: any[]): any
      • Parameters

        • Rest ...args: any[]

        Returns any

Protected make

  • make<T>(target: any, ...parameters: any[]): T

match

  • match(request: Request): Promise<boolean>

Static register

Extollo Logo

extollo (v. latin) - to lift up, to elevate

Extollo is a free & libre application framework in TypeScript.