Clear and concise description of the problem
We recently worked with some HEAD operation definitions and thought that it would be useful to have a decorator that allows folks to decorate a given operation with an @headOp decorator, which would automatically signal that this service also supports HEAD operations for that endpoint and automatically considers all of the headers for that operation so the true definition lives in one place and it's easier to maintain the supported set of headers in one definition.
Checklist
Clear and concise description of the problem
We recently worked with some HEAD operation definitions and thought that it would be useful to have a decorator that allows folks to decorate a given operation with an
@headOpdecorator, which would automatically signal that this service also supports HEAD operations for that endpoint and automatically considers all of the headers for that operation so the true definition lives in one place and it's easier to maintain the supported set of headers in one definition.Checklist