Does HTTP-Connector Support Method PATCH with payload

Hi
Does HTTP-Connector Support Method PATCH with payload, I see unit test in Git https://github.com/camunda/camunda-connect/blob/master/http-client/src/test/java/org/camunda/connect/httpclient/HttpConnectorTest.java \

There are example about HTTP-Connector Method PATCH with payload ?

Yes. Http-Connector support HTTP Method

  • GET
  • POST
  • PUT
  • PATCH
  • DELETE

I have test by extends BPMN from this thread HTTP-Connector POST Payload configuration and GET URL Parameters with variables? and I test with JSON-Server

!

Test Result

!

** Test Detail about http-connect in my Blog

Note: Camunda use Chunked Request Transfer-Encoding (More information on my Blog Post