Changes between and of Initial VersionVersion 4Ticket #5379
- Timestamp:
- 01/16/2012 11:24:18 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5379
- Property Cc Jean-Paul Calderone Glyph added
-
Property
Summary
changed from
Create new Resource model based on web2's model
toCreate new Resource traversal model
-
Property
Branch
changed from
to
branches/new-resource-5379
-
Property
Author
changed from
to
itamarst
- Property Owner set to Itamar Turner-Trauring
-
Ticket #5379 – Description
initial v4 1 1 This is step 1 from #5152. 2 2 3 New resource model with `locateChild`, and `render` ala web2. In particular, return a `Response` object from `render` that has response code, headers, and `IBodyProducer`. The new resource will be default for twisted.web, and old resources will have backwards compatibility layer.3 New resource model allowing consuming multiple path segments. In particular, return a `Response` object from `render` that has response code, headers, and `IBodyProducer`. The new resource will be default for twisted.web, and old resources will have backwards compatibility layer. 4 4 5 Implementation and reviews may result in changes to this design, of course.6 5 7 This will have the minimal possible feature set; fancier features like render_* dispatching, OPTIONS support, child registrationetc. can be done as separate tickets.6 This will have the minimal possible feature set; fancier features like render_* dispatching, OPTIONS support, etc. can be done as separate tickets.