TIBCOSoftware/flogo

HTTP

Open

#360 opened on Sep 9, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)CSS (2,348 stars) (290 forks)batch import
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.

Contributor guide