Simple PHP Library for RESTful APIs
Go to file
PJ Dietz 0c94052d78 Build Request class to provide the following items from the HTTP request:
- body
- headers
- method
- path
- query

The Request also has a static method to return a reference to a singleton instance representing the current request.
2012-08-23 14:34:15 -04:00
README.md Initial commit 2012-08-20 17:34:37 -07:00
Request.inc.php Build Request class to provide the following items from the HTTP request: 2012-08-23 14:34:15 -04:00
Resource.inc.php Added dummy files. 2012-08-20 21:00:25 -04:00
Response.inc.php Build Request class to provide the following items from the HTTP request: 2012-08-23 14:34:15 -04:00

README.md

WellRESTed

Simple PHP Library for RESTful APIs