Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RestHandlerOptions

Hierarchy

  • GenericOptions
    • RestHandlerOptions

Indexable

[key: string]: any

Index

Properties

Optional catch

Optional notImplemented

notImplemented: undefined | string

Error message that is displayed when user tries to access a non-available HTTP method Defaults to Not Implemented.

Optional undefinedMethod

undefinedMethod: undefined | string

Error message that is displayed when user tries to access a non-standardized HTTP method Defaults to Request method is not defined.

Generated using TypeDoc