PHP Indatus\Ranger\HttpRequestHandler 네임스페이스

클래스들

이름 설명
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