gnoeley

Results 3 comments of gnoeley

I recently came across this issue and ended up with something like ([StackBlitz](https://stackblitz.com/edit/github-3e1itc?file=middleware%2Fafterware.ts)), ```typescript // middleware/afterware.ts export default eventHandler((event) => { const start = Date.now(); event.res.once('close', () => { const...

If more hooks are to be added to Nitro, is there a plan to document them more clearly either as a main-section in docs? To date, I've been grepping the...

@pi0 , I've opened a draft PR with some proposed documentation changes. I've had a guess at what the final API for the addition of the new hooks could be,...