Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FiberHandler ¶
FiberHandler wraps fiber handler to net/http handler
func FiberHandlerFunc ¶
func FiberHandlerFunc(h func(*fiber.Ctx)) http.HandlerFunc
FiberHandlerFunc wraps fiber handler to net/http handler func
func HTTPHandler ¶
HTTPHandler wraps net/http handler to fiber handler
func HTTPHandlerFunc ¶
func HTTPHandlerFunc(h http.HandlerFunc) func(*fiber.Ctx)
HTTPHandlerFunc wraps net/http handler func to fiber handler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.