Ticket #332 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Add Controller, Request, Response and Routing for handling RESTful requests

Reported by: david Owned by: david
Priority: normal Milestone: 0.11
Component: _OTHER_ Version:
Severity: major Keywords:
Cc: Patch attached:

Description


Attachments

Change History

Changed 2 years ago by david

(In [1096]) added experimental support for Web Services, right now one concrete implementation for the XMLRPC-EPI PHP extension is bundled (no support for response options and input/output character encoding detection yet). sample app contains a small test case for that - use xmlrpc.php and call method 'getItemPrice', argument 'name' may be any of what can be viewed in 'Search Engine Spam' in the web interface. refs #301, #302 and #332

Changed 2 years ago by david

  • status changed from new to assigned
  • milestone changed from 1.0 to 0.11

Changed 2 years ago by david

  • status changed from assigned to closed
  • resolution set to fixed

(In [1240]) added HTTP PUT and HTTP DELETE support to WebRequest? (default method names 'create' and 'remove'), this is all we need to support REST, so this closes #332. PUT submitted content is accessible via the normal file handling stuff, default file identifier is 'put_file', can be configured, of course (parameter name 'PUT_file_name')

Add/Change #332 (Add Controller, Request, Response and Routing for handling RESTful requests)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.