Hi RakiHexCode,
The C++ REST SDK is really focused on connecting to REST services, not so much on authoring them. We have a http_listener class which can be used to create a primitive HTTP server.
For more information on the http_listener take a look at:
Steve