Options
All
  • Public
  • Public/Protected
  • All
Menu

Stores the baseUrl value that was used to start the server and warns the user in case it differs from the previous one.

Hierarchy

Index

Constructors

Properties

baseUrl: string
logger: Logger = ...
storage: KeyValueStorage<string, string>
storageKey: string

Methods

  • canHandle(input: void): Promise<void>
  • Checks if the input can be handled by this class. If it cannot handle the input, rejects with an error explaining why.

    Parameters

    • input: void

      Input that could potentially be handled.

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.

  • handle(): Promise<void>
  • handleSafe(input: void): Promise<void>