Using RESTful with C++

I know C++ isn't the best suited for this but it's the only language I have readily at my disposal and I'm wondering if anyone has examples of code (any library) where c++ is interacting with RESTful, sending a POST or something and retrieving/accessing the data returned.

I'm not trying to set up a server, just a small script to make a few RESTful calls and examining the data it spits back at me.

Thanks in advance.
Topic archived. No new replies allowed.