b1e641c
click here to add a description
click here to add a homepage
RESTful resource/url mapping and MVC, featuring Request an Response objects. — Read more
http://www.phpclasses.org/browse/package/5080.html
This URL has Read+Write access
Fixed redundant methods RestRequest::getInput and getBody and RestResponse::addResponse appendResponse, now they chain call the newer method. Did not removed duplicated due to backward compatibility and stuff like that. This is my longest commit message so far...
1 2 3 4 5 6 7 8 9 10
<?php/** * Class RestAction * Inteface for a possible action for to be taken by RestServer */interface RestAction {}?>