PHP Indatus\Ranger\HttpRequestHandler Namespace

Classes

Name Description
HttpDelete The responsibility of this class is to handle delete request for both collections and instances
HttpGet The responsibility of this class is to handle get request for both collections and instances
HttpMethod The responsibility of this class is to handle the various tasks of handling http request. This class delegates the responsibilities of retreiving collections and instances depending on the type of request.
HttpPost The responsibility of this class is to handle post request
HttpPut The responsibility of this class is to handle put request for instances