From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Anton V. Belyaev" Newsgroups: gmane.emacs.help Subject: WEB development with Emacs: HTTP GET and POST Date: Fri, 20 Jun 2008 12:28:13 -0700 (PDT) Organization: http://groups.google.com Message-ID: <17564e3e-75b4-4d4a-9471-03591402cb38@m44g2000hsc.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1214013496 30559 80.91.229.12 (21 Jun 2008 01:58:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Jun 2008 01:58:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 21 03:59:01 2008 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 1K9sNQ-00011U-NM for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Jun 2008 03:58:52 +0200 Original-Received: from localhost ([127.0.0.1]:33962 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9sMb-00059C-Au for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Jun 2008 21:58:01 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!m44g2000hsc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 80.64.102.162 Original-X-Trace: posting.google.com 1213990093 14089 127.0.0.1 (20 Jun 2008 19:28:13 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 20 Jun 2008 19:28:13 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m44g2000hsc.googlegroups.com; posting-host=80.64.102.162; posting-account=zmwYlQoAAACRxl3efPKtdYau3__seAO4 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008061015 Firefox/3.0,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 nas.udomlya.ru:3128 (squid/2.6.STABLE19-20080406) Original-Xref: news.stanford.edu gnu.emacs.help:159640 X-Mailman-Approved-At: Fri, 20 Jun 2008 21:53:16 -0400 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:55006 Archived-At: Hello all, I am looking for a way to make HTTP requests from Emacs and see the response. I've been doing WEB development for a while and found myself switching constantly from Emacs to Firefox and back: write a piece of web handler in Emacs - check with Firefox how it works. This is quite reasonable when HTTP response is an HTML page. But now I mostly work with JSON and XML - just text formats and Firefox shows them as is. Emacs could do the same. I guess there are many WEB developers among Emacs users. And someone might have solved the problem already. What is the best recipe to do this? Thanks, Anton.