web services - Is there async C++ HTTP framework available? -


to implement rest service, need async c++ http framework, based on reactor or proactor model. think boost asio socket async tcp/udp framework, it's lack of http support. can recommend one?

also, can suggest curlpp c++ wrapper libcurl http://curlpp.org/


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -