Route management is the foundation of HTTP Web Server
development. We strive to help you better understand this chapter through detailed examples.
📄️ Router - Route Patterns
Powerful routing functionality and optimization features in the GoFrame framework, including various routing rules such as named matching, fuzzy matching, and field matching. Demonstrates through example code how to manage and match different URLs using these rules. Additionally, it elaborates on how to efficiently control route priorities by combining exact matching rules with dynamic matching rules.
🗃️ Router - Registration
4 items
🗃️ Router - Middleware
3 items