Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 299 Bytes

rest-plugin.md

File metadata and controls

7 lines (5 loc) · 299 Bytes

Rest

URL pattern definition

  • (default) Fast routing algorithm that allows static elements, regular expressions and dynamic parameters in the URL path (e.g. /meetings/{id} or /static/{subpath:*}

You can see more documentations about router in here