v1.0.0: Request and Response objects added
* Request object can be used to fetch query params, headers, cookies, url and request method * Response object can be used to send a response by setting the response data which will be echoed and status * RedirectResponse can be used to redirect the page to another location * All the classes uses static methods that makes it simpler to obtain data without needing to initialize anything