Im using DataServices and OData protocol, i need to generate Get, Post, Delete, and Update from a c++ aplication. how i can do this? the easiest way ??
+1
A:
Try cURL. check out this SO post. http://stackoverflow.com/questions/1430495/perform-a-simple-http-request-using-c-boost-via-a-proxy
Athens
2010-04-28 15:43:17
A:
Boost.Asio. There's an example of a simple HTTP client (with a GET request).
anno
2010-04-28 16:26:46