project-flogo/contrib

Enhancement request: Add http method to the rest trigger's output

Closed this issue · 0 comments

The rest trigger's output includes pathParam, queryParams, content, headers but method (i.e. GET, PUT, POST, etc).
Http method is often a key information for a handler's action to process the request properly.