[Twisted-Python] twisted webdav server

Itamar Shtull-Trauring itamar at itamarst.org
Fri Oct 22 12:12:32 EDT 2004


On Fri, 2004-10-22 at 11:35, donfu wrote:

> I think I could refactor your WebDAV resource-class, so that it works with 
> arbitrary backends. Basically I'd try to factor everything out that does 
> explicitly deal with the filesystem. But in a way, that's what a twisted.web 
> Resource is in the first place, no? Honestly, I'm a bit confused :)

But that's how WebDAV differs from plain HTTP - it has more actions. At
the very least you'd need to extend Resource to support an extended
range of actions. And if you do you should probably work off
twisted.web2 - but at this point you should probably switch to the
twisted-web mailing list.





More information about the Twisted-Python mailing list