Skip to content

Recover

Recover middleware is used to recover from panics in your application.
It ensures that your application can continue to run even if an unexpected error occurs, by catching the panic and allowing you to handle it gracefully.

go
mrecover "github.com/rakunlabs/ada/middleware/recover"