Versions in this module Expand all Collapse all v0 v0.0.2 Dec 5, 2023 Changes in this version type Router + func ApiGroup(name string) *Router v0.0.1 Dec 4, 2023 Changes in this version + func HandleHTTP(method, path string, f func(*fasthttp.RequestCtx)) + func Serve() + func Use(m middleware.Middleware) *serve.Server + type Router struct + func New(name string) *Router + func (r *Router) Delete(path string, function interface{}) *Router + func (r *Router) Get(path string, function interface{}) *Router + func (r *Router) Post(path string, function interface{}) *Router + func (r *Router) Put(path string, function interface{}) *Router + func (r *Router) Stream(path string, function interface{}) *Router