Torsten Curdt

Results 122 issues of Torsten Curdt

**What would you like to be added**: Currently: ``` -v, --v Level number for the log level verbosity ``` Better: ``` -v, --v Level number for the log level verbosity...

kind/feature
triage/accepted

### What is the feature you are proposing? I had this ``` app .route('/foo/', PageFoo) .get('/protected', authMiddleware, (ctx) => ctx.text('protected', 200)) ``` and then wanted to also protect `/foo/` by...

enhancement