//
pkg.gl
Category
github.com/kataras/iris
core
handlerconv
package
0.0.2
Repository:
https://github.com/kataras/iris.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
3
Dependents
81
Files
63 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.