# Functions
Recovery is a server middleware that recovers from any panics.
WithDisabled set disabled recovery.
WithDisablePrintStack DisablePrintStack disables printing stack trace.
WithDisableStackAll disables formatting stack traces of all other goroutines.
WithHandler with recovery handler.
WithLogger with recovery logger.
WithStackSize with stack size.
# Variables
ErrPanicRecover is panic recover error.