Skip to content

v1.0.0: Request and Response objects added

Choose a tag to compare

@abhayjatindoshi abhayjatindoshi released this 11 May 15:19
· 1 commit to master since this release
* 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