# Functions
LogRequestResponse can be used as a middleware in order to log the request as it comes towards the server, as well as the answer.
RecoverPanic is operating as middleware to handle any panic that may occur.
TransactionID is operating as middleware to set a transaction ID in request header and context.
# Variables
No description provided by the author
ErrRecover is returned when we recover from an error.