# Functions
GzipDecode is a middleware function that compresses and decompresses gzipped request and response bodies.
HashDecode compare the hash of the request body with the hash in the header and return 400 if they don't match.
Logger is a middleware function that logs the details of each incoming request.
# Variables
No description provided by the author