From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rixed@happyleptic.org Newsgroups: gmane.lisp.guile.user Subject: Re: http request? Date: Tue, 26 Apr 2011 12:49:05 +0200 Message-ID: <20110426104905.GA23075@ccellier.rd.happyleptic.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1303814966 20474 80.91.229.12 (26 Apr 2011 10:49:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Apr 2011 10:49:26 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Apr 26 12:49:22 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QEfpZ-0005QH-QU for guile-user@m.gmane.org; Tue, 26 Apr 2011 12:49:21 +0200 Original-Received: from localhost ([::1]:58417 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEfpZ-0006u5-Bw for guile-user@m.gmane.org; Tue, 26 Apr 2011 06:49:21 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEfpX-0006u0-3m for guile-user@gnu.org; Tue, 26 Apr 2011 06:49:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEfpV-0004J9-RJ for guile-user@gnu.org; Tue, 26 Apr 2011 06:49:19 -0400 Original-Received: from dangi.happyleptic.org ([92.243.13.193]:34572 helo=dangi) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEfpV-0004Iu-MB for guile-user@gnu.org; Tue, 26 Apr 2011 06:49:17 -0400 Original-Received: from extranet.securactive.org ([82.234.213.170] helo=ccellier.rd.securactive.lan) by dangi with esmtp (Exim 4.72) (envelope-from ) id 1QEfqn-00013X-NG for guile-user@gnu.org; Tue, 26 Apr 2011 12:50:37 +0200 Original-Received: from rixed by ccellier.rd.securactive.lan with local (Exim 4.72) (envelope-from ) id 1QEfpJ-00060b-AV for guile-user@gnu.org; Tue, 26 Apr 2011 12:49:05 +0200 Mail-Followup-To: rixed@happyleptic.org, guile-user@gnu.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 92.243.13.193 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:8596 Archived-At: -[ Tue, Apr 26, 2011 at 11:21:42AM +0200, Andy Wingo ]---- > >  is there a library for requesting an url? and get the contents? > >  like python's http://docs.python.org/library/urllib.html > > Not yet, no. There exist libraries for URIs and HTTP requests and > responses, but Guile doesn't have an API to tie them together (yet?). Something similar to python's twisted would be extra cool IMO. Just in case someone feels the motivation :)