Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRequestHandler

Hierarchy

  • IRequestHandler

Callable

  • Parameters

    • request: IArgdownRequest

      the request should contain the input and all configuration settings

    • response: IArgdownResponse

      the response should contain any data produced or transformed by plugins

    • logger: IArgdownLogger

      an application-wide logger that should be used instead of console.log()

    Returns void

Generated using TypeDoc