Simple PHP Library for RESTful APIs
Go to file
PJ Dietz b3f997136f Made Response->statusCode into a property and added ->reasonPhrase.
PhpDoc updates.

When you set the ->statusCode to a standard HTTP status code, the instance will set the reason phrase appropriately. You may also set statusCode and reasonPhrase separately, or set them at once by passing two parameters to setStatusCode();
2012-11-30 16:33:04 -05:00
exceptions Add custom exceptions. 2012-11-29 14:40:46 -05:00
samples Simplified samples. 2012-11-29 16:10:50 -05:00
Handler.inc.php Made Response->statusCode into a property and added ->reasonPhrase. 2012-11-30 16:33:04 -05:00
Message.inc.php Base Request and Response off of base class Message 2012-11-29 16:58:14 -05:00
README.md Initial commit 2012-08-20 17:34:37 -07:00
Request.inc.php Made Response->statusCode into a property and added ->reasonPhrase. 2012-11-30 16:33:04 -05:00
Response.inc.php Made Response->statusCode into a property and added ->reasonPhrase. 2012-11-30 16:33:04 -05:00
Route.inc.php Code cleanup. 2012-09-16 22:44:29 -04:00
Router.inc.php Router can return a default 404 response when no routes match the request. 2012-09-23 18:43:52 -04:00

README.md

WellRESTed

Simple PHP Library for RESTful APIs