# Functions
ApiStat returns a middleware that records user access statistics data.
NewAuthHandlerFunc returns a middleware that checks whether the user is sign in.
NewPrivateAccessHandlerFunc returns a middleware that only allows to access http resource from loop back ip or private ip.
NoRoute the middleware of the 404 status.