Cody2333 / koa-swagger-decorator

using decorator to automatically generate swagger doc for koa-router
348 stars 81 forks source link

Add support for HEAD Request #159

Open jannikRau opened 2 years ago

jannikRau commented 2 years ago

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