Usama Khalid

Results 3 comments of Usama Khalid

@sam-potter @yusukebe Issue is still there as it treats object as promise Custom Middlware: ``` app.use('*', async (c: Context, next) => { if (c.req.method == 'POST') { const authHeader =...

@sam-lippert can you check this out? @yusukebe