Changes between Version 49 and Version 50 of BluePrintREST
- Timestamp:
- 08/14/09 00:20:30 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintREST
v49 v50 85 85 }}} 86 86 87 NB Web2Py now supports HTTP PUT as well as GET/POST (DELETE also visible but testing with Auth giving issues).[[BR]] 87 HTTP DELETE support has now been implemented in the REST controller.[[BR]] 88 Web2Py now supports HTTP PUT, so we plan to implement that too into the controller in order to make it turly REST-compliant.[[BR]] 88 89 This means a little work in clients but isn't too bad if we maintain consistency: no variations between add/create, view/display, edit/update, etc 89 90