syndesisio / connectors

Apache Camel Connectors for Syndesis
Apache License 2.0
6 stars 12 forks source link

http connector - Allow to configure verb #5

Closed davsclaus closed 7 years ago

davsclaus commented 7 years ago

Now that andrea have implemented the httpOption on the http endpoints can can expose that into the connector, so the iPaaS can allow the expert user to chose between GET vs POST.

Even though Camel would be smart enough to do a GET first when empty body, and a POST with a body, and hence setting GET or POST matters less.

davsclaus commented 7 years ago

And the tooling now also shows the 2 verbs we only want to support

screen shot 2017-02-24 at 10 28 41 am