good first issuekind/enhancement
Description
Current behavior: Currently only supports GET, POST, PATCH, PUT, DELTE
Expected behavior: Should support all methods defined in the spec (https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html)
What is the motivation / use case for changing the behavior? Specifically, I'd like to implement the OPTIONS method as a means of providing OAS formatted descriptions on a per-endpoint basis.
Additional information you deem important (e.g. I need this tomorrow): I'd do this myself, but it's not clear to me where the source of the trigger exists.