[Cppcms-users] HTTP Client with CppCMS
Brought to you by:
artyom-beilis
From: Neel B. <nee...@gm...> - 2015-10-09 09:08:08
|
I am trying to proxy some http requests to another server. So I need an HTTP client class. I was trying to use cppcms::http::context` but for that I need connection which is in `impl`. But I hope it should not be hard to have an HTTP Client. So is there any way out ? or I need to use other libraries like curl for making http client separately ? Thank You. |