From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: is (web client) ready for use even for the simplest task? Date: Tue, 17 Sep 2013 19:48:52 +0200 Message-ID: <8738p3uynv.fsf@pobox.com> References: <87y575m3uj.fsf@tines.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1379440248 982 80.91.229.3 (17 Sep 2013 17:50:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Sep 2013 17:50:48 +0000 (UTC) Cc: guile-user@gnu.org, Darren Hoo To: Mark H Weaver Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Sep 17 19:50:52 2013 Return-path: Envelope-to: guile-user@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 1VLzOn-0007gW-TT for guile-user@m.gmane.org; Tue, 17 Sep 2013 19:49:18 +0200 Original-Received: from localhost ([::1]:42838 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLzOn-00042U-7Z for guile-user@m.gmane.org; Tue, 17 Sep 2013 13:49:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLzOW-00042I-Ui for guile-user@gnu.org; Tue, 17 Sep 2013 13:49:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLzOS-0004qE-6s for guile-user@gnu.org; Tue, 17 Sep 2013 13:49:00 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:54589 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLzOS-0004q7-2r for guile-user@gnu.org; Tue, 17 Sep 2013 13:48:56 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 80D6DE8FA; Tue, 17 Sep 2013 13:48:55 -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; s=sasl; bh=yZYhFCUtP2SgUqus19H0OxHq0Z8=; b=nGRiGk l1bSKA7a1GNKXxPFLSFXkcNr4GCs0IZult24oMHMSxj5auQIM+tJU0jt5+xMrY1E 9HCie1Z7buDsJznsv9vFSg/9cMN2u3xwJNdu1Rs7OOg/lgKd1XKya8l3S7zWY3wH WiAHKVBrghVWRwmlbBIUrQVV/bhoW+emf9WRQ= 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; q=dns; s=sasl; b=uto3WLZw3+5zMtciTxWxO844QPKaxr70 ZHAApEvjWz0MkW4Dz1tG+fx4ceRuTp7KJ5uAzlRo6skXfDqvDwvzAio9n6YXqUmb A8WalHuMniA12T+iEociCqbGlgSe1nib5qHxQ2EVa1NsAstBUwz3BF6IqOgdOBVM Qn1J6Y7VnuU= Original-Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 79DE9E8F9; Tue, 17 Sep 2013 13:48:55 -0400 (EDT) Original-Received: from badger (unknown [88.160.190.192]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id D8F04E8F8; Tue, 17 Sep 2013 13:48:54 -0400 (EDT) In-Reply-To: <87y575m3uj.fsf@tines.lan> (Mark H. Weaver's message of "Tue, 10 Sep 2013 05:19:00 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Pobox-Relay-ID: 6BDFF86E-1FC1-11E3-AD48-CE710E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 208.72.237.25 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10807 Archived-At: On Tue 10 Sep 2013 11:19, Mark H Weaver writes: > Darren Hoo writes: > >> OK, let's add something to the body >> >> (http-post "http://www.google.com/" #:body "") >> >> Howcome the request now becomes an http GET request: >> >> GET / HTTP/1.1 >> Content-Type: text/plain;charset=utf-8 >> Host: www.google.com >> Connection: close That was totally my fault, FWIW. Sorry about that! >> This is really ridiculous. > > You found a bug. It happens. There's no need to be obnoxious about it. Agreed. But now that that's settled, have fun with Guile :) Andy -- http://wingolog.org/