From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?q?S=E9bastien_Vauban?= Newsgroups: gmane.emacs.help Subject: http-get/post vs url Date: 26 Jan 2007 15:42:21 +0100 Organization: Sebastien Vauban Message-ID: <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: quoted-printable X-Trace: sea.gmane.org 1169826053 8897 80.91.229.12 (26 Jan 2007 15:40:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 Jan 2007 15:40:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 26 16:40:47 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 1HATC1-0003LE-OQ for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Jan 2007 16:40:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HATC1-0006s9-B5 for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Jan 2007 10:40:45 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!news2.volia.net!news.musoftware.de!newsfeed0.kamp.net!newsfeed.kamp.net!news.osn.de!diablo2.news.osn.de!ecngs!feeder.ecngs.de!feed1.news.be.easynet.net!reader0.news.be.easynet.net!not-for-mail Original-Newsgroups: gnu.emacs.help X-Www-site: Under construction... User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Original-Lines: 25 Original-NNTP-Posting-Date: 26 Jan 2007 14:42:21 GMT Original-NNTP-Posting-Host: 81.188.7.152 Original-X-Trace: 1169822541 reader0.news.be.easynet.net 1280 [::ffff:81.188.7.152]:12524 Original-X-Complaints-To: abuse@be.easynet.net Original-Xref: shelby.stanford.edu gnu.emacs.help:145068 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:40672 Archived-At: Hi, I'm currently writing a small app that gets information from different Web servers and displays a summary of the gained information. Though, it's sometimes does not work as expected with some Web sites. Common errors returned are: o "Saw end of trailers", and o "HTTP responses in class 1xx not supported (100)". 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. Thank you for any hint. Seb --=20 S=E9bastien Vauban