- Get(path?: string | string[]): MethodDecorator
Parameters
Optional
path: string | string[]
Returns MethodDecorator
- Get<T>(stringify?: null | IResponseBodyStringifier<T>): MethodDecorator
Parameters
Optional
stringify: null | IResponseBodyStringifier<T>
Returns MethodDecorator
- Get<T>(
path: string | string[],
stringify?: null | IResponseBodyStringifier<T>,
): MethodDecorator Parameters
- path: string | string[]
Optional
stringify: null | IResponseBodyStringifier<T>
Returns MethodDecorator
Encrypted router decorator function for the GET method.
Param: paths
Path(s) of the HTTP request
Returns
Method decorator