(route: string | RegExp)
| 125 | * @Throws InvalidRouteException |
| 126 | */ |
| 127 | export function HttpHead(route: string | RegExp): (target: any, propertyKey: string) => void { |
| 128 | return AttributeMetadata.httpHead(route); |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Responds to HttpAll |
no outgoing calls
no test coverage detected