Class HttpMethod

Represents an HTTP method.

Hierarchy

Constructors

Properties

Accessors

Constructors

Properties

method: string

The HTTP method.

objConfig: {
    propertyKey: string;
    target: any;
}

The configuration object for the object method.

Type declaration

  • propertyKey: string
  • target: any

Accessors

  • get Func(): ((...data) => any)
  • Returns the decorated function.

    Returns ((...data) => any)

    • The decorated function.
      • (...data): any
      • Returns the decorated function.

        Parameters

        • Rest ...data: any[]

        Returns any

        • The decorated function.

Generated using TypeDoc