1.0.1 • Published 3 years ago
@typescript-decorators/web v1.0.1
@attributes/web
Reference
import { Controller, Get, Post, Delete, WebContext } from '@typescript-decorators/web';
@Controller('/user')
class UserController {
@Get('/:id')
method1(ctx: WebContext): any {}
@Post('/:id')
method2(ctx: WebContext): any {}
@Delete('/:id')
method3(ctx: WebContext): any {}
}
ControllerAttribute
Reflector(UserController).getOwnAttribute(ControllerAttribute)
ParamsAttribute
Reflector(UserController).property('method1').getOwnAttribute(ParamsAttribute)
MiddlewareAttribute
Reflector(UserController).property('method2').getOwnAttribute(MiddlewareAttribute)
MethodAttribute
Reflector(UserController).property('method3').getOwnAttribute(MethodAttribute)
1.0.1
3 years ago
1.0.0
3 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago
0.0.0-rc.20210824
4 years ago
1.0.0-rc.20210814
4 years ago
1.0.0-rc.39
4 years ago
1.0.0-rc.38
4 years ago
1.0.0-rc.37
4 years ago
1.0.0-rc.36
4 years ago
1.0.0-rc.35
4 years ago
1.0.0-rc.34
4 years ago
1.0.0-rc.31
4 years ago
1.0.0-rc.33
4 years ago
1.0.0-rc.32
4 years ago
1.0.0-rc.29
4 years ago
1.0.0-rc.28
4 years ago
1.0.0-rc.20
4 years ago
1.0.0-rc.24
4 years ago
1.0.0-rc.23
4 years ago
1.0.0-rc.22
4 years ago
1.0.0-rc.19
4 years ago
1.0.0-rc.18
4 years ago
1.0.0-rc.16
4 years ago
1.0.0-rc.15
4 years ago
1.0.0-rc.14
4 years ago
1.0.0-rc.13
4 years ago
1.0.0-rc.12
4 years ago
1.0.0-rc.11
4 years ago
1.0.0-rc.10
4 years ago
1.0.0-rc.9
4 years ago
1.0.0-rc.8
4 years ago
1.0.0-rc.7
4 years ago
1.0.0-rc.5
4 years ago
1.0.0-rc.6
4 years ago
1.0.0-rc.4
4 years ago
1.0.0-rc.3
4 years ago
1.0.0-rc.2
5 years ago
1.0.0-rc.1
5 years ago