twisted.web.iweb.IRequest does not have a "content" attribute
[email protected] Tue, 02 Feb 2010 18:44:51 -0000
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from khorn <[email protected]>: ...and it should. There is apparently supposed to be a `content` attribute which is a file-like object containing the body of the request. This attribute is a defacto interface, and is used all over the place but is not (AFAICT) part of any `Interface`, and is not documented in any of the classes' docstrings. The `content` attribute should be part of the `twisted.web.iweb.IRequest` interface, and should '''also''' be documented in the `twisted.web.http.Request` docstring. ---------- Type : enhancement Component: web Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/4252