Classes, interfaces and traits

Controller

interface Rest\Controller Describe a possible Controller to handle a Request

« More »

Action

Class Rest\Action Inteface for a possible action for to be taken by Rest\Server

« More »

View

Class Rest\View Interface describe a View for rendering an Response

« More »

Authenticator

Class Rest\Authenticator Responsible for dealing with both Basic and Digest authentication

« More »

Generic

Class GenericView A GenericView representation, throws the result of a script into the Response

« More »

JSon

Class GenericView A GenericView representation, throws the result of a script into the Response

« More »

Client

Class Rest_Client Wraps HTTP calls using cURL, aimed for accessing and testing RESTful webservice.

« More »

Request

Class Rest_Request Holds the Request in a RestServer

« More »

Server

Class Rest\Server Is the front controller for mapping URL to controllers and dealing with Request/Response and Headers Made with Restful webservices in mind.

By Diogo Souza da Silva <manifesto@manifesto.blog.br>
« More »

BadRequest

« More »

NotAuthorized

« More »

NotAcceptable

« More »

NotFound

« More »

NotModified

« More »

Generic

« More »

Forbidden

« More »

Redirect

« More »

MovedPermanently

« More »

InternalServerError

« More »

Created

« More »

MethodNotAllowed

« More »

Response

Class Rest\Response Hold the response in a Server

« More »