@evlt/apix
    Preparing search index...

    Class AppManager

    A manager class that handles incoming connections and routing. Request body and method response is always assumed to be JSON.

    Index

    Constructors

    Properties

    developerModeEnabled: boolean = false

    A Boolean value that determines whether developer mode is enabled.

    When developer mode is enabled, certain features are disabled to facilite testing. Developer mode must never be used on a production server.

    When developer mode is enabled, the following requirements are removed:

    • HTTPS/TLS enforcement.
    • Request signature, integrity, and age validation.

    Methods

    • Registers all methods that the generator provides.

      Parameters

      • generator: object

        The method generator object. Must have the proper decorators such as @EndpointGenerator, and must have at least one route defined.

      Returns void