Production Release
RELEASE] 1.2.0 Release
- View decorator allows us to render a view if a view engine is
configurated. - Added Request, Response Express instances with a specific decorator.
- Get Query, Body parameters directly using parameter decorators.
- Get Url parameters using a parameter decorator.
- Allow Flexibility by allowing use of the returning values as the response on
every decorated Controller Method, if already sent a response using the
response instance is automatically detected. - Allow the Https Configuration.
- Improve Documentation.