From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bernardo Ezequiel Contreras Newsgroups: gmane.lisp.guile.user Subject: http request? Date: Mon, 25 Apr 2011 17:27:43 -0300 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec54865403456bf04a1c40a24 X-Trace: dough.gmane.org 1303763276 3042 80.91.229.12 (25 Apr 2011 20:27:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 25 Apr 2011 20:27:56 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Apr 25 22:27:51 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 1QESNq-0001VE-5E for guile-user@m.gmane.org; Mon, 25 Apr 2011 22:27:50 +0200 Original-Received: from localhost ([::1]:34399 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QESNp-0006Ip-KV for guile-user@m.gmane.org; Mon, 25 Apr 2011 16:27:49 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QESNl-0006FU-Rx for guile-user@gnu.org; Mon, 25 Apr 2011 16:27:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QESNk-0006ZP-My for guile-user@gnu.org; Mon, 25 Apr 2011 16:27:45 -0400 Original-Received: from mail-vx0-f169.google.com ([209.85.220.169]:55353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QESNk-0006ZL-Ka for guile-user@gnu.org; Mon, 25 Apr 2011 16:27:44 -0400 Original-Received: by vxk20 with SMTP id 20so2741323vxk.0 for ; Mon, 25 Apr 2011 13:27:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=4MvLGX/Sh6oeM2MvLwj9LWI+9L17jec5bVo5uJJqghs=; b=DfeTeTHW61wn0ibH8gtjVqZ84rQIStktwn1Hs1+SmLwZvZyRd9WADc86KTOHFXhJlx Yr9QE1+jPFYIvJ1Rdv34JxNZa/THIEqz0a90nlwXiPlsF2EupU97Q/+2Tn7nrG4KdJ4m hYRjHv3HO5yGjwupAWOZJ9qNd19IoVQLtnjW8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=GNSl5iB2dVAabZU2oIY9EBpwznDKMtKK9fWvq/kkJn47yiBd+NAwUKik135Rsw8CPu XHi8CdzPoK2pIkEqHedoTWvtkYZDFyuH1kzmyAZQujMJBoXYlHnfm7TimP/nvJlBnXBo FlsqRrKh58+GAUawLxRukV8UxBoB9gtR9G4r8= Original-Received: by 10.52.184.202 with SMTP id ew10mr290785vdc.188.1303763263706; Mon, 25 Apr 2011 13:27:43 -0700 (PDT) Original-Received: by 10.52.109.36 with HTTP; Mon, 25 Apr 2011 13:27:43 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.220.169 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:8593 Archived-At: --bcaec54865403456bf04a1c40a24 Content-Type: text/plain; charset=ISO-8859-1 Hi all, is there a library for requesting an url? and get the contents? like python's http://docs.python.org/library/urllib.html thanks in advance --bcaec54865403456bf04a1c40a24 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi all,
=A0is there a library for requesting an url? and get the content= s?
=A0like python's http://docs.python.org= /library/urllib.html

thanks in advance


--bcaec54865403456bf04a1c40a24--