Function: Header()
Header(
name): (target,propertyKey,index) =>void
Defined in: service-core/src/decorators/RouteDecorators.ts:168
Injects the value of the specified request header with the given name as the value of the decorated argument.
Parameters
name
string
The name of the header whose value will be injected.
Returns
(target, propertyKey, index) => void