(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.