📄️ Router
The Router struct in the Twix package is the core component that holds route definitions and middleware. It is responsible for handling HTTP requests, matching them to the defined routes, and applying any middleware functions.
📄️ Route Groups
The Group struct in the Twix package allows you to group routes with a common prefix and shared middleware. This is useful for organizing routes and applying middleware to a specific set of routes.
📄️ Helper Functions
The twix package provides several helper functions to make working with URL parameters and context easier.