UNPKG

jweb

Version:

A typeScript httpServer support annotation

14 lines (8 loc) 298 B
export function Controller(path: string) export function Get(path: string) export function Post(path: string) export function Put(path: string) export function Patch(path: string) export function Options(path: string) export function Task (target?: any) export function Cache(expire?: number)