From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Exposing the HTTP server constructor and accessors Date: Mon, 09 Mar 2015 22:06:48 +0100 Message-ID: <87mw3lyj6f.fsf@pobox.com> References: <87zj7thw0k.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1425935236 27060 80.91.229.3 (9 Mar 2015 21:07:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Mar 2015 21:07:16 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Mar 09 22:07:07 2015 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YV4tF-00012r-4s for guile-devel@m.gmane.org; Mon, 09 Mar 2015 22:07:05 +0100 Original-Received: from localhost ([::1]:45301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YV4tE-0005D2-Cf for guile-devel@m.gmane.org; Mon, 09 Mar 2015 17:07:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YV4t7-0005Cm-Ch for guile-devel@gnu.org; Mon, 09 Mar 2015 17:07:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YV4t2-0001kU-Qt for guile-devel@gnu.org; Mon, 09 Mar 2015 17:06:57 -0400 Original-Received: from pb-sasl1.int.icgroup.com ([208.72.237.25]:64513 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YV4t2-0001kP-NC; Mon, 09 Mar 2015 17:06:52 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 914423E6F5; Mon, 9 Mar 2015 17:06:52 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=nCTPMFihuICV 7OnlLjxWCrbfvPQ=; b=Zvv/rOgoLJXACtiiKPGz62lqI3XiLprA5Gw8DYe1CICa vVenKyOvduuIxntNExOnmzGnl5Y8ijgHL2AtifK8fFNTZ4ho6NJ5sijMYAAKwP8T y42kUWoayv5lv9ktFUkLIvwbd4qXDva/cpRmkuA5vKtTf9svGr3pwcH+dCXYmjM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=vkrJTG 623GJ5upcdOlJtQTziB2A/UMAvrXHOQtjga6rQFa5jtjWpXq4a7iX7yvGY/grtYs +MbEZBfEmLt0mH5DKsTrXokhxuaC5PlXQ1f7jO+dhinuv9SPufppW6Ewp60SWAf1 y08zg6jr/XYQqDlHVSrvOlXvOnzbu5QTkjcOY= Original-Received: from pb-sasl1.int.icgroup.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 881593E6F4; Mon, 9 Mar 2015 17:06:52 -0400 (EDT) Original-Received: from badger (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl1.pobox.com (Postfix) with ESMTPSA id DE4FC3E6F3; Mon, 9 Mar 2015 17:06:51 -0400 (EDT) In-Reply-To: <87zj7thw0k.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 04 Mar 2015 11:55:39 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-Pobox-Relay-ID: 3564DED0-C6A0-11E4-97FC-B058D0B8C469-02397024!pb-sasl1.pobox.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.72.237.25 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17690 Archived-At: On Wed 04 Mar 2015 11:55, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Was there any particular reason for not exposing =E2=80=98make-server-imp= l=E2=80=99 et > al. in (web server)? If no, I=E2=80=99d like to expose them as well as t= he > default implementation. Sounds fine to me. A --=20 http://wingolog.org/