#6181 defect closed fixed (fixed)
`content` attribute of HTTP requests is not documented anywhere
Reported by: | Itamar Turner-Trauring | Owned by: | Jean-Paul Calderone |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | web | Keywords: | documentation |
Cc: | jknight | Branch: |
branches/request.content-6181
branch-diff, diff-cov, branch-cov, buildbot |
Author: | exarkun |
Description
If you want to access the body of e.g. a POST, you do so with content
attribute of the twisted.web.server.Request
instance. This attribute is not, however, documented in the API docs, nor is it mentioned in the "Using Twisted Web" or "Twisted Web in 60 Seconds" howtos.
Change History (8)
comment:1 Changed 5 years ago by
Cc: | jknight added |
---|
comment:2 Changed 5 years ago by
comment:3 Changed 5 years ago by
Author: | → exarkun |
---|---|
Branch: | → branches/request.content-6181 |
(In [36459]) Branching to 'request.content-6181'
comment:4 Changed 5 years ago by
Keywords: | review added |
---|
comment:5 Changed 5 years ago by
Keywords: | review removed |
---|---|
Owner: | set to Jean-Paul Calderone |
-
+<li><a href="other-request-bodies.xhtml">Other Request Bodies</a></li>
I don't think we should capitalize this, "Other request bodies" is fine.
Please merge!
comment:6 Changed 5 years ago by
comment:7 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
#6195 was a duplicate of this.