You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2024. It is now read-only.
I've got a project that still contains the original alecsammons version of this library.
I discovered recently that it does not support the
OPTIONSHTTP method in RAML documents, which I have a use for in this project.It looks like
OPTIONSis still unsupported in thev2.xbranch.The RAML 0.8 spec says that methods must be one of the HTTP methods defined in HTTP 1.1 by RFCs 2616 and 5789.
RFC 2616 defines the
OPTIONSmethod.Would a PR adding
OPTIONSsupport to thev2.xbranch be accepted?