[Twisted-Python] Http PUT

Jarek Zgoda jarek.zgoda at sensisoft.com
Fri Oct 12 05:58:43 MDT 2007


Voznesensky Vladimir napisaƂ(a):

> I need to realise an HTTP server capable of serving PUT request.
> There seems to be no standard twisted implementation for it.
> Is it possible to realise and include it into the standard twisted
> contribution?
> I have no solid idea were to start with it.

Start at twisted.web

Just write a resource class (subclass of twisted.web.resource.Resource)
that handles PUT requests by implementing render_PUT method.

-- 
Jarek Zgoda
Skype: jzgoda | GTalk: zgoda at jabber.aster.pl | voice: +48228430101

"We read Knuth so you don't have to." (Tim Peters)




More information about the Twisted-Python mailing list