Is there a way to integrate cpprestsdk (https://github.com/Microsoft/cpprestsdk) with Apache web server?
We have our web server configured with Apache 2.2 with C++ modules. Now, I want to provide REST API and want to utilize existing Apache Web server.
Looking at options, I found that C++ REST SDK has C++ framework for REST API. I want to understand, is there any way that I can integrate C++ REST SDK with Apache and use Apache as web server to provide Rest API?