Changes between and of Initial VersionVersion 4Ticket #5379
- Timestamp:
- 01/16/2012 01:24:18 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5379
- Property cc exarkun, glyph added
- Property summary changed from Create new Resource model based on web2's model to Create new Resource traversal model
- Property branch changed from to branches/new-resource-5379
- Property branch_author changed from to itamarst
- Property owner set to itamar
-
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.
