From: Tom on
Hi, can anyone recommend a good open source c or c++ https client library
to use to make requests from within an apache module?

Thanks!

Tom Shafron
From: Henry Townsend on
Tom wrote:
> Hi, can anyone recommend a good open source c or c++ https client library
> to use to make requests from within an apache module?

http://curl.haxx.se/docs/comparison-table.html
From: William Ahern on
Henry Townsend <henry.townsend(a)not.here> wrote:
> Tom wrote:
> > Hi, can anyone recommend a good open source c or c++ https client library
> > to use to make requests from within an apache module?

> http://curl.haxx.se/docs/comparison-table.html

Isn't cURL the only one that can be used as a library?

From: Henry Townsend on
William Ahern wrote:
> Henry Townsend <henry.townsend(a)not.here> wrote:
>> Tom wrote:
>>> Hi, can anyone recommend a good open source c or c++ https client library
>>> to use to make requests from within an apache module?
>
>> http://curl.haxx.se/docs/comparison-table.html
>
> Isn't cURL the only one that can be used as a library?

Sorry, I stopped one click short. In the top right corner of the page I
pointed to is another link called "Compare HTTP Libraries" which is what
I meant to post. Here's the URL:
http://curl.haxx.se/libcurl/competitors.html

HT
From: Tom on
Henry Townsend <henry.townsend(a)not.here> wrote in
news:kOqdnQbfgpSqQsrenZ2dnUVZ_s6dnZ2d(a)comcast.com:

> Tom wrote:
>> Hi, can anyone recommend a good open source c or c++ https client
>> library to use to make requests from within an apache module?
>
> http://curl.haxx.se/docs/comparison-table.html

Thanks! That's exactly what I was looking for and it works perfectly.

Regard,

Tom