[Zope] Re: Zope's Webdav port for RESTful web service
Paul Winkler
pw_lists at slinkp.com
Mon Nov 28 10:15:39 EST 2005
Yeah, if POST and GET are desired to have semantic differences, your
code will have to explicitly check request['REQUEST_METHOD'].
On 11/28/05, Tres Seaver <tseaver at palladion.com> wrote:
> The trickiest thing about REST from Zope's point of view is that its
> proponents seem to think POST (which is a general purpose verb) should
> only be used for "resource creation". Zope is happy to map POST / GET
> requests onto *any* publishable method, which means that you have to try
> hard to abide by the RESTriction. Zope also supports using PUT for
> "resource creation", which the REST folks don't seem to get.
--
http://www.slinkp.com
More information about the Zope
mailing list