Skip to content

Commit 121bc76

Browse files
committed
up
1 parent ea34091 commit 121bc76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
a very lightweight single file of the router.
44

5-
- Lightweight and fast speed, the search speed is not affected by the routing number- supported request methods: `GET` `POST` `PUT` `DELETE` `HEAD` `OPTIONS`
5+
- Lightweight and fast speed, the search speed is not affected by the routing number
6+
- supported request methods: `GET` `POST` `PUT` `DELETE` `HEAD` `OPTIONS`
67
- support event: `found` `notFound`. Some things you can do when the triggering event (such as logging, etc.)
78
- support manual dispatch a URI route by `SRoute::dispatchTo()`, you can dispatch a URI in your logic.
89
- support custom the matched route parser: `SRoute::setMatchedRouteParser()`. you can custom how to call the matched route handler.

0 commit comments

Comments
 (0)