RESTful Client API in C++

后端 未结 4 1730
深忆病人
深忆病人 2021-01-18 05:26

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

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-18 06:16

    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...

提交回复
热议问题