You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(router): introduce Any method for multi-method route registration
- Added the `Any` method to the router interface, allowing registration of handlers for all HTTP methods at a specified path.
- Enhanced the `Mount` method to support wildcard paths and ensure proper registration of handlers for both exact and wildcard routes.
- Updated tests to validate the functionality of the new `Any` method, ensuring it works with various handler types and middleware.
- Improved documentation for the router methods to clarify usage and behavior.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Forge™ is a backend framework, and Forge Cloud™ is its AI cloud offering, ma
7
7
> Build scalable, maintainable, and observable Go applications with Forge—the modern framework that brings clean architecture, dependency injection, and powerful extensions to your production services.
0 commit comments