Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Patch with SRP HTTP Framework
Is the PATCH HTTP request supported by the SRP HTTP Framework? If so, where can I call it from? If not, are there any plans to add support for PATCH?
Thanks
Thanks
Comments
You won't find any existing web service routines that are capturing PATCH, but you should be able to adapt any web service to capture PATCH quite easily. Just follow the pattern and add PATCH as another method. Let me know if you still need help with this.