1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-22 11:25:59 +00:00

blackfriday move to iris-contrib, tested

Former-commit-id: b9a0b9288f06a190500d8583af2503fcd67efe12
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-11-11 00:57:26 +02:00
parent 3b2f19eda5
commit 3a77da586f
4 changed files with 17 additions and 9 deletions

View File

@@ -119,7 +119,7 @@ For the craziest of us, click [here](https://github.com/kataras/iris/compare/v10
## Routing
I wrote a [new router implementation](https://github.com/kataras/muxie#philosophy) for our Iris internal(low-level) routing mechanism, it is good to know that this was the second time we have updated the router internals without a single breaking change after the v6, thanks to the very well-writen and designed-first code we have for the high-level path syntax component called [macro interpreter](macro/interpreter).
I wrote a [new router implementation](https://github.com/kataras/muxie#philosophy) for our Iris internal(low-level) routing mechanism, it is good to know that this was the second time we have updated the router internals without a single breaking change after the v6, thanks to the very well-written and designed-first code we have for the high-level path syntax component called [macro interpreter](macro/interpreter).
The new router supports things like **closest wildcard resolution**.