[Zope3-dev] Re: Make sure your zserver.zcml is up to date.

Sidnei da Silva sidnei@x3ng.com
Tue, 25 Mar 2003 15:17:53 -0300


Jeffrey P Shell wrote:
> There was some talk here recently about how to deal with core HTTP 
> 'methods'.  In Zope 2, they're defined like `def PUT(...)`, `def 
> MOVE(...)`, etc.  I can't remember if we reached a decision on how to 
> work with these in Zope 3.

Its very nice to work on this in Zope3. Im making some experiments 
together with Paul on Moztop, and implementing basic DAV support.

Each method is being implemented as a IHTTPPresentation view, and its 
pretty simple.

http://cvs.zope.org/Packages/Moztop/moztopsupport/

~dc