Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 50920 invoked by uid 500); 1 Jan 2003 06:45:22 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 50909 invoked from network); 1 Jan 2003 06:45:22 -0000 Received: from multimate.net (128.121.231.95) by daedalus.apache.org with SMTP; 1 Jan 2003 06:45:22 -0000 Received: from kalisky (host67.multimate.net [192.116.90.67] (may be forged)) by multimate.net (8.11.6) id h016jVk58583 for ; Tue, 31 Dec 2002 23:45:31 -0700 (MST) From: "Ofer Kalisky" To: Date: Wed, 1 Jan 2003 08:44:51 +0200 Message-ID: <001001c2b161$4aacfc30$3200000a@kalisky> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Apache http package Hi, I'd like to know if there is a package for c++/unix that would give me an API for the http/1.1 protocol. By that I mean libraries that I can link to my executable and receive callbacks to the application level. I also need to parse the http request (headers, body, etc) and respond to it as the protocol demands, etc... I need it to: 1. be http/1.1 and http/1.0 compliant 2. be single threaded 3. be as portable to windows as possible (if at all) 4. be non-blocking. 5. be efficient. I was wondering if the apache has a package of that sort, for I am pleased with the httpd itself... Thanks, Ofer. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org