Route handler (method) Decorator. Routes HTTP HEAD requests to the specified path.


const Head: (path?: string | string[]) => MethodDecorator;

See also