You are not logged in.

#1 2013-04-11 15:35:35

Sanchayan
Member
From: Bombay, India
Registered: 2012-09-11
Posts: 14
Website

Query on the appropriate method of making http requests

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

#2 2013-04-12 01:16:15

felipense
Member
Registered: 2013-04-05
Posts: 62

Re: Query on the appropriate method of making http requests

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

Board footer

Powered by FluxBB