A singleton class that handles requests, applying logic in modular layers.

Hierarchy

Constructors

Properties

inflight?: HTTPKernelModule

Module considered to be the main handler.

logging: Logging
postflight: Collection<HTTPKernelModule> = ...

Collection of postflight modules to apply.

preflight: Collection<HTTPKernelModule> = ...

Collection of preflight modules to apply.

Accessors

Methods

  • Get the method with the given name from this class, bound to this class.

    Returns

    function

    Parameters

    • methodName: string

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

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

        Returns

        function

        Parameters

        • Rest ...args: any[]

        Returns any

  • Call the make() method on the global container.

    Type Parameters

    • T

    Parameters

    • target: any
    • Rest ...parameters: any[]

    Returns T