pkoretic / recurse

Qt based micro web framework with middleware design
MIT License
21 stars 2 forks source link

compose middlewares #13

Open pkoretic opened 9 years ago

pkoretic commented 9 years ago

we currently call start middleware function from vector and then bind next middleware function on the fly we can compose them during start to increase performance