This commit is contained in:
iacore
2024-08-27 12:30:20 +00:00
parent 65f14c554c
commit 71d29e279b
+5
View File
@@ -10,3 +10,8 @@
- Logging
- Rate limit (optional, could be loosely-coupled)
- Caching (optional, could be loosely-coupled)
## Tips
To access `/:abc`, use `r.PathValue("abc")`.