Add headers parameter to invokeHttp
-----------------------------------
Key: TEIID-3016
URL:
https://issues.jboss.org/browse/TEIID-3016
Project: Teiid
Issue Type: Enhancement
Components: Misc. Connectors
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.8
There is a need to set common headers, such as content type and accepts. Since there may
be other custom values it probably makes sense to do this as a generic parameter as Ramesh
suggests:
call restBDM.invokeHttp(action => 'POST', endpoint => qp,
headers=>'ContentType=application/json;Accepts=application/text')