request
Interfaces, Classes, Traits and Enums
- CRequest
- It handles all input requests and provides facilities for their use.
- CRoute
- Given a specific request, based on the _route table of the DB, it transforms the request into another one.
- CResponse
- Manages the response to user requests (manages views).