Hi Experts, Using the HTTPS module, the https.requ...
# integrations
t
Hi Experts, Using the HTTPS module, the https.request method only supports the following values for https.Method: DELETE, GET, HEAD, PUT, and POST. We would like to call an external API that directly supports the PATCH method but doesn't support it indirectly using the X-HTTP-Method-Override:PATCH option in the request header. Is there any information on if the HTTPS module will ever support the PATCH method.
s
I've not heard any rumors that the HTTP verbs supported by that module will change.