Networking Forums

Networking Forums > Computer Networking > Linux Networking > Http Client Side Programming --- Any Libraries Avl.

Reply
Thread Tools Display Modes

Http Client Side Programming --- Any Libraries Avl.

 
 
Sriram
Guest
Posts: n/a

 
      06-03-2004, 05:30 AM
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
 
Reply With Quote
 
 
 
 
Roshan Sequeira
Guest
Posts: n/a

 
      06-03-2004, 06:34 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


 
Reply With Quote
 
=?iso-8859-1?q?M=E5ns_Rullg=E5rd?=
Guest
Posts: n/a

 
      06-03-2004, 08:25 AM
(E-Mail Removed) (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
(E-Mail Removed)
 
Reply With Quote
 
Rolf Magnus
Guest
Posts: n/a

 
      06-03-2004, 12:13 PM
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/

 
Reply With Quote
 
Lothar Scholz
Guest
Posts: n/a

 
      06-03-2004, 02:04 PM
(E-Mail Removed) (Sriram) wrote in message news:<(E-Mail Removed). 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.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
linux socket programming and HTTP Protocol Problem PGHULME Linux Networking 1 08-21-2006 09:35 PM
VPN Client-side issues Richard Windows Networking 3 01-31-2006 07:30 PM
WPA on the client side? Bill Crocker Wireless Internet 1 10-17-2004 06:54 PM
WPA on the client side? Bill Crocker Wireless Networks 0 10-17-2004 05:22 PM
client-side security of a wi-fi network Simon Yau Wireless Internet 2 09-23-2003 08:46 PM



1 2 3 4 5 6 7 8 9 10 11