Overview of Flamingo web features
masterThe framework/web package provides core web support for the Flamingo framework, focusing on two primary areas:
- Web Routing: Managing the routing of incoming requests to registered handlers and actions.
- Web Responses: Handling HTTP requests and constructing appropriate responses.
For detailed implementation guides, refer to the Web Routing and Web Responses documentation.