Hi andyczerwonka,
I'll add some more information beyond what jdiazdesico provided.
Steve
I'll add some more information beyond what jdiazdesico provided.
- Yes the C++ REST SDK is mostly a client side focused library, we have a basic http_listener that we did some work on that you can take a look at. It currently is marked as 'Beta' and under the experimental namespace because we don't believe it has received enough attention and features to be considered complete.
- The http_listener is a library only solution and doesn't have any integration with IIS. As jdiazdesico mentions it builds on top of the Windows HTTP server API, when on Windows. On other platforms it builds on top of Boost.
- Our http_listener doesn't have support for any authentication.
-
On Windows HTTPS is supported, but not on other platforms right now.
Steve