loentar / ngrest

Fast and easy C++ RESTful WebServices framework
Apache License 2.0
465 stars 94 forks source link

support for HTTP PATCH #78

Closed raadiy closed 2 years ago

raadiy commented 2 years ago

Hi, Firstly, thank you for developing NGREST. It is a useful solution. I find that HTTP PATCH method is not supported by NGREST. I need to use PATCH for accomplishing few tasks. Could you please provide support for it, and if possible let us know about when it would be available.

Regards Raajesh

loentar commented 2 years ago

Done, please see CRUD example for details:

https://github.com/loentar/ngrest/blob/master/examples/crud/src/Crud.h https://github.com/loentar/ngrest/blob/master/examples/crud/src/Crud.cpp

raadiy commented 2 years ago

Thank you very much. Will try this. Regards, Raajesh