lichunqiang / yii2-swagger

yii2 with swagger-php
https://packagist.org/packages/light/yii2-swagger
MIT License
151 stars 47 forks source link

Add `OPTIONS` and `HEAD` to supported methods #12

Closed Kolyunya closed 6 years ago

Kolyunya commented 6 years ago

Made OPTIONS and HEAD methods supported by default since this parameter is not currently configurable and those methods are available in REST framework by default.

lichunqiang commented 6 years ago

Thanks!

Kolyunya commented 6 years ago

Glad to be of help!