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
Post a Comment