Http Client Side Programming --- Any Libraries Avl.

  • Follow


Hi,
I want to write a C Program which communicates with a Http Server.
Does any one know of "any good libraries" for this purpose.
I tried seraching for lib calls using man in linux, but with little 
success.

Does Standard Linux Distribution contain any Http Libraries ?.

I saw libwww.a in /usr/lib file. But i could not find man pages for any of 
the functions listed in libwww.a.

if any one knows any popular Library for Http Client and Server Dev. Please
Let me know.


Any help in this regard is appreciated.


Thanks,
Ram
0
Reply vsrirama 6/3/2004 5:30:55 AM

Take a look at cURL at http://curl.haxx.se/. Some alternatives available 
  at http://curl.haxx.se/libcurl/competitors.html

HTH,
Roshan.

Sriram wrote:

> Hi,
> I want to write a C Program which communicates with a Http Server.
> Does any one know of "any good libraries" for this purpose.
> I tried seraching for lib calls using man in linux, but with little 
> success.
> 
> Does Standard Linux Distribution contain any Http Libraries ?.
> 
> I saw libwww.a in /usr/lib file. But i could not find man pages for any of 
> the functions listed in libwww.a.
> 
> if any one knows any popular Library for Http Client and Server Dev. Please
> Let me know.
> 
> 
> Any help in this regard is appreciated.
> 
> 
> Thanks,
> Ram

0
Reply roshans (2) 6/3/2004 6:34:30 AM


vsrirama@rediffmail.com (Sriram) writes:

> Hi,
> I want to write a C Program which communicates with a Http Server.
> Does any one know of "any good libraries" for this purpose.
> I tried seraching for lib calls using man in linux, but with little 
> success.
>
> Does Standard Linux Distribution contain any Http Libraries ?.

libcurl is a good one.

-- 
M�ns Rullg�rd
mru@kth.se
0
Reply iso 6/3/2004 8:25:39 AM

Sriram wrote:

> Hi,
> I want to write a C Program which communicates with a Http Server.
> Does any one know of "any good libraries" for this purpose.
> I tried seraching for lib calls using man in linux, but with little
> success.
> 
> Does Standard Linux Distribution contain any Http Libraries ?.
> 
> I saw libwww.a in /usr/lib file.

This is the w3c's sample implementation of what you are looking for.

> But i could not find man pages for  
> any of the functions listed in libwww.a.

Look at: http://www.w3.org/Library/

0
Reply Rolf 6/3/2004 12:13:21 PM

vsrirama@rediffmail.com (Sriram) wrote in message news:<c087652b.0406022130.51181857@posting.google.com>...
> Hi,
> I want to write a C Program which communicates with a Http Server.
> Does any one know of "any good libraries" for this purpose.
> I tried seraching for lib calls using man in linux, but with little 
> success.
> 
> Does Standard Linux Distribution contain any Http Libraries ?.
> 
> I saw libwww.a in /usr/lib file. But i could not find man pages for any of 
> the functions listed in libwww.a.
> 
> if any one knows any popular Library for Http Client and Server Dev. Please
> Let me know.
> 

I'm sure that libwww.a is something you (and anyone else on this
planet) don't want use - it's just to ugly. There are many others for
many languages, Perl has a good library and curl for non-high-permance
C leve.
0
Reply llothar 6/3/2004 2:04:18 PM

4 Replies
206 Views

(page loaded in 0.083 seconds)

Similiar Articles:













7/15/2012 10:50:14 PM


Reply: