//
pkg.gl
Category
github.com/kataras/iris/v12
core
handlerconv
package
12.2.11
Repository:
https://github.com/kataras/iris.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
3
Dependents
2
Files
56 SLOC
#
Functions
FromStd
FromStd converts native http.Handler & http.HandlerFunc to context.Handler.
FromStdWithNext
FromStdWithNext receives a standar handler - middleware form - and returns a compatible context.Handler wrapper.