PHP Classes

Classes of Arun Kumar

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Arun Kumar (1)  >  Mission progress status  >  Reputation  
Picture of Arun Kumar
Name: Arun Kumar <contact>
Classes: 1
Country: India India
Age: 38
All time rank: 2199132 in India India
Week rank: 195 Up19 in India India Up
All time users: 1136
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Simple REST Library  
Process requests to work as a REST server
This class can process requests to work as a REST server.

It is a base class that can process REST requests by extracting the request arguments from $_POST for POST requests, $_GET for GET and DELETE requests or from the script input for PUT requests.

The request parameters are stored in private variables so a sub-class can easily implement the actual REST calls.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z