package
1.8.1
Repository: https://github.com/hidevopsio/hiboot.git
Documentation: pkg.go.dev

# 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).