cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl and http server?

From: Tom Jerry <catod6_at_gmail.com>
Date: Fri, 29 Sep 2006 22:45:02 +0200

Yes, something like this.
But I don't want to write a module that will run under another web server
process.
I want my own process, and use the web server as a library.

On 9/29/06, Dan Fandrich <dan_at_coneharvesters.com> wrote:
>
> On Fri, Sep 29, 2006 at 11:28:10AM +0200, Tom Jerry wrote:
> > I'm using c++ and it is a software product for win/unix.
> > I need the part that retrieves the request, parse the http and gives me
> as a
> > developer the http request as a structure (hides from me the details
> of
> > chunks, gzip and all other protocol stuff).
> > Also, a very important feature is having the ability to return the
> > response asynchronously to the client.
> > This is because I'm sending the processed request to another server.
>
> Sounds to me like what you're describing is a CGI script that works with
> an
> existing HTTP server, or perhaps an Apache plug-in.
>
> >>> Dan
> --
> http://www.MoveAnnouncer.com The web change of address
> service
> Let webmasters know that your web site has moved
>
Received on 2006-09-29