Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MountActivatedRouteHTTPModule

HTTP kernel middleware that tries to find a registered route matching the request's path and creates an ActivatedRoute instance from it.

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.

Protected Readonly logging

logging: Logging

Protected Readonly routing

routing: Routing

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.