|
From: Tom on 20 Oct 2005 13:49 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 20 Oct 2005 14:17 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 20 Oct 2005 19:23 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 20 Oct 2005 20:42 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 21 Oct 2005 01:17 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
|
Pages: 1 Prev: fast ipc Next: How to pass arguments with '*' to execvp()? |