📄️ Routing
This topic is a fundamental concept of Cog and is covered in
📄️ Body and Query Parameters
This topic is a fundamental concept of Cog and is covered in
📄️ Middleware
This topic is a fundamental concept of Cog and is covered in
📄️ HTML Response
To send HTML responses, you can use the res.html() method.
📄️ Redirect Responses
To send an HTTP redirect response, use the res.redirect() method.
📄️ Working with cookies
Reading Cookies