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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,15 @@ It has built-in CORS and Method based routing.
17
17
- Method Based Routing
18
18
- CORS
19
19
20
+
21
+
20
22
#### [Full REST Service Example Project](https://github.com/GolangToolKits/grrtRouterRestExample)
21
23
22
24
#### [Full Web Example Project](https://github.com/GolangToolKits/grrtRouterWebSiteExample)
23
25
26
+
27
+
28
+
24
29
Package `GolangToolKits/grrt` implements a request router and dispatcher for handling incoming requests to their associated handler.
25
30
26
31
The name mux stands for "HTTP request multiplexer". Like the standard `http.ServeMux`, `grrt.Router` matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL. The main features are:
0 commit comments