Message from discussion
How to do RESTful DELETE in RequestHandler with parameters
Received: by 10.59.0.226 with SMTP id bb2mr4068970ved.30.1347211053941;
Sun, 09 Sep 2012 10:17:33 -0700 (PDT)
X-BeenThere: python-tornado@googlegroups.com
Received: by 10.221.0.70 with SMTP id nl6ls1037350vcb.5.gmail; Sun, 09 Sep
2012 10:17:32 -0700 (PDT)
Received: by 10.58.145.65 with SMTP id ss1mr4323089veb.39.1347211052106;
Sun, 09 Sep 2012 10:17:32 -0700 (PDT)
Received: by 10.58.145.65 with SMTP id ss1mr4323088veb.39.1347211052094;
Sun, 09 Sep 2012 10:17:32 -0700 (PDT)
Return-Path: <phil...@gmail.com>
Received: from mail-vc0-f171.google.com (mail-vc0-f171.google.com [209.85.220.171])
by gmr-mx.google.com with ESMTPS id s13si2527178vde.2.2012.09.09.10.17.32
(version=TLSv1/SSLv3 cipher=OTHER);
Sun, 09 Sep 2012 10:17:32 -0700 (PDT)
Received-SPF: pass (google.com: domain of phil...@gmail.com designates 209.85.220.171 as permitted sender) client-ip=209.85.220.171;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of phil...@gmail.com designates 209.85.220.171 as permitted sender) smtp.mail=phil...@gmail.com; dkim=pass header...@gmail.com
Received: by vcmm18 with SMTP id m18so229900vcm.2
for <python-tornado@googlegroups.com>; Sun, 09 Sep 2012 10:17:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to
:content-type;
bh=/LCP0h5G1bTYhc9e4jjsAPUmKX9k5C3NE9gvsBiiajM=;
b=MZKjagwZtnW98PMPwNRc8uVENMbbxnAaFEnL9FhvESkza20hCrukd6NusoTHc27xWA
j8xLZ0VrhDDxbJ3L3JF7T+qDU5XNOETXbEXO+K6W7vTXJX0CDFNkl0/H31Tq43LcQ6Zh
bYPinNBHcKa9uizYCx63O36+uI0VySRPRfMD66nq1Bdp5f92dPBEC6SYvjtrhNdAgEnL
2DzzMiP6bbkP7NR3M7NIqe5uRWyHNeyc0Akrjliw5YCYVDvGMyCXCwpAPHExxtUyAMXF
WAP4/lP6uCqkB3nMa+RJv68XBlH+kE79PWFdAiVjLjVrcErji2WjfrsGdJHeZ+9IY9mz
d01A==
Received: by 10.220.214.205 with SMTP id hb13mr15936847vcb.28.1347211051904;
Sun, 09 Sep 2012 10:17:31 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.58.26.165 with HTTP; Sun, 9 Sep 2012 10:17:11 -0700 (PDT)
In-Reply-To: <b7ec003c-709c-4bc2-9e4b-d57f7f9bedfa@googlegroups.com>
References: <117e19f6-1a2c-4091-9018-946fe5d45b99@googlegroups.com>
<CAPLSARL8C5tkmHvUgHvmm5LQVJWtCLyPxx-WU62n6Qss3EL...@mail.gmail.com> <b7ec003c-709c-4bc2-9e4b-d57f7f9bedfa@googlegroups.com>
From: Phil Whelan <phil...@gmail.com>
Date: Sun, 9 Sep 2012 10:17:11 -0700
Message-ID: <CAPLSARKtJumLxW1eLHQnENAuPB81ZDikATOzQaUxYAMO8g4...@mail.gmail.com>
Subject: Re: [tornado] How to do RESTful DELETE in RequestHandler with parameters
To: python-tornado@googlegroups.com
Content-Type: multipart/alternative; boundary=bcaec54faf702fad2004c9480432
--bcaec54faf702fad2004c9480432
Content-Type: text/plain; charset=ISO-8859-1
On Sun, Sep 9, 2012 at 9:36 AM, mrtn <mrtnl...@gmail.com> wrote:
> is the term 'argument' the same as 'parameter' in Tornado?
>
I'm not sure. I use the terms interchangeably, but I do not know if there
is a semantic difference in Tornado.
Phil
--bcaec54faf702fad2004c9480432
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
On Sun, Sep 9, 2012 at 9:36 AM, mrtn <span dir=3D"ltr"><<a href=3D"mailt=
o:mrtnl...@gmail.com" target=3D"_blank">mrtnl...@gmail.com</a>></span> w=
rote:<br><div class=3D"gmail_quote"><blockquote class=3D"gmail_quote" style=
=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>is the term 'argument' the same as 'parameter' in Torn=
ado?</div></blockquote><div><br></div><div>I'm not sure. I use the term=
s interchangeably, but I do not know if there is a semantic difference in T=
ornado.</div>
<div><br></div><div>Phil</div></div>
--bcaec54faf702fad2004c9480432--