From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: http-get/post vs url Date: Sun, 28 Jan 2007 13:57:03 +0100 Organization: disorganized Message-ID: <87k5z7fgww.fsf@localhorst.mine.nu> References: <878xfponn6.fsf@missioncriticalit.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1169989845 27509 80.91.229.12 (28 Jan 2007 13:10:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Jan 2007 13:10:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 28 14:10:38 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HB9nm-0007jh-GV for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Jan 2007 14:10:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HB9nm-0003Oq-2o for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Jan 2007 08:10:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HB9m3-0002D1-OV for help-gnu-emacs@gnu.org; Sun, 28 Jan 2007 08:08:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HB9m1-0002An-K1 for help-gnu-emacs@gnu.org; Sun, 28 Jan 2007 08:08:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HB9m1-0002AQ-A8 for help-gnu-emacs@gnu.org; Sun, 28 Jan 2007 08:08:45 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HB9m0-0002c4-PY for help-gnu-emacs@gnu.org; Sun, 28 Jan 2007 08:08:45 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HB9lr-0005rZ-Eg for help-gnu-emacs@gnu.org; Sun, 28 Jan 2007 14:08:35 +0100 Original-Received: from e178005222.adsl.alicedsl.de ([85.178.5.222]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Jan 2007 14:08:35 +0100 Original-Received: from david.hansen by e178005222.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Jan 2007 14:08:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 10 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178005222.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (gnu/linux) Cancel-Lock: sha1:hToX5unuWx4aVi+1ZRBsM7eUjWs= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40718 Archived-At: On 26 Jan 2007 15:42:21 +0100 Sébastien Vauban wrote: > I wonder if I'm using the best Lisp package for what I want to > do, and I'd like to hear from the experts which one I should > use, for an easy retrieval of HTTP info through get or posts, > independently of the HTTP protocol version. Use url.el. It's now part of Emacs and actively maintained. David