# Functions
Compress is a middleware that applies compression to HTTP responses.
Logger is a middleware that logs the start and end of each HTTP request along with some additional information.
PanicRecovery is a middleware that recovers from panics in the application, preventing the server from crashing and logging the stack trace.