From: Itamar Shtull-Trauring <twisted@itamarst.org> Subject: Re: [Twisted-Python] no 'headers' in server.Request instance problem Date: Thu, 13 Jun 2002 01:37:41 +0200
BTW - you don't need to use twisted.web.server.Request - since the refactor to HTTP you only need twisted.protocols.http.Request, no need to use twisted.web unless you are using it as a web framework.
Actually you don't need to use Request at all. If you want this to work with other twisted.web servers, it would be best to structure your work as additions to Resource, not Request. What functionality are you adding at the Request level? -- | <`'> | Glyph Lefkowitz: Traveling Sorcerer | | < _/ > | Lead Developer, the Twisted project | | < ___/ > | http://www.twistedmatrix.com |