HonoH
Hono17mo ago
bombillazo

Return early from middleware

Hello, I want to return a 200 response from a middleware if certain conditions are not met, else run await and cleanup after the await. How can I return early from the middleare function?
Was this page helpful?