Changes between Version 49 and Version 50 of BluePrintREST


Ignore:
Timestamp:
08/14/09 00:20:30 (16 years ago)
Author:
Fran Boon
Comment:

HTTP DELETE support has now been implemented in the REST controller

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintREST

    v49 v50  
    8585}}}
    8686
    87 NB Web2Py now supports HTTP PUT as well as GET/POST (DELETE also visible but testing with Auth giving issues).[[BR]]
     87HTTP DELETE support has now been implemented in the REST controller.[[BR]]
     88Web2Py now supports HTTP PUT, so we plan to implement that too into the controller in order to make it turly REST-compliant.[[BR]]
    8889This 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
    8990