MCPcopy Index your code
hub / github.com/ParallelTask/dinoloop / HttpHead

Function HttpHead

src/api/attributes.ts:127–129  ·  view source on GitHub ↗
(route: string | RegExp)

Source from the content-addressed store, hash-verified

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

Callers 2

TestControllerClass · 0.85
attributes.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected