vote up 0 vote down star

In addition to jakarta commons http client, what are some other generic http clients? Can you point to what were your learnings experiences with it?

flag

44% accept rate

2 Answers

vote up 2 vote down

LWP is the standard HTTP library for Perl. I haven't used it very much, but I do use its companion command-line utilities (GET, POST, etc.) a bit, and they have a useful set of functionality.

link|flag
vote up 2 vote down

cURL (a.k.a. libcurl). libcurl has bindings for about 40 different programming languages.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.