You are not logged in.
Hello,
I wanted to make a library for using the Amazon SNS, SQS and S3 services using C. For this, i have to make http requests and interpret the response. I searched around the internet a bit. From my searches i found i can use either wget or curl to do this.
http://curl.haxx.se/libcurl/c/example.html
The examples above seem more like what i want to do. Can someone guide me as to what the appropriate method for achieving this would be?. Socket programming is also one of the options i assume, but, i am not sure. Will the libcurl library and the html parsing example which uses libxml to parse the http response given on the above link is what i should base my further efforts on?
My philosophy, in essence, is the concept of man as a heroic being, with his own happiness as the moral purpose of his life, with productive achievement as his noblest activity, and reason as his only absolute.
Offline
In php i use curl, in python i use the urllib. It should be more easy and better in C using curl and json-c or libxml or xerces-c.
Offline