# Functions
NewHandler will convert iris handler to our handler of func(*Context), in order to be compatible with the HTTP API.
# Interfaces
Context is the interface of web app context.
ExtendedContext extended context.
# Type aliases
Handler is the handler func type (for Middleware).