TIBCOSoftware/flogo

HTTP

Open

#360 建立於 2018年9月9日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)CSS (2,348 star) (290 fork)batch import
good first issuekind/enhancement

描述

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.

貢獻者指南