Type alias HttpNotFoundHandler

HttpNotFoundHandler: ((request, response) => any)

Type declaration

    • (request, response): any
    • A 'not found' handler.

      Parameters

      • request: IncomingMessage

        The request context.

      • response: ServerResponse

        The response context.

      Returns any

Generated using TypeDoc