Is there any open source library available that implements RESTful Client(library for interpreting HTTP requests as REST service calls) in C++ ?
My requirement is to
You should try the ffead-cpp web framework. It has a host of other features like Dependency Injection, Serialization, Limited Reflection, JSON etc to name a few. Do check it out...