koa-swagger-decorator
koa-swagger-decorator copied to clipboard
Add support for HEAD Request
Hi all, the allowedMethods Enum does not include HEAD
. However, in some use cases it is very useful to allow a HEAD
request, for example to only check the accessibility of a given resource.
Is it possible to include the HEAD
Method in the Enum?
Kind Regards
Jannik