Expand description
§HTTP Router
Fast, lightweight HTTP request routing with support for path parameters and wildcards. The router efficiently matches incoming requests to registered handlers based on HTTP method and URL path patterns.
Structs§
- Router
- A fast, lightweight HTTP router that matches requests to handlers.