Skip to content

Commit db5d592

Browse files
committed
update
1 parent 6a189b7 commit db5d592

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ It has built-in CORS and Method based routing.
1717
- Method Based Routing
1818
- CORS
1919

20+
21+
2022
#### [Full REST Service Example Project](https://github.com/GolangToolKits/grrtRouterRestExample)
2123

2224
#### [Full Web Example Project](https://github.com/GolangToolKits/grrtRouterWebSiteExample)
2325

26+
27+
28+
2429
Package `GolangToolKits/grrt` implements a request router and dispatcher for handling incoming requests to their associated handler.
2530

2631
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

Comments
 (0)