Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface {
func(ctx *fasthttp.RequestCtx) error
}
type MiddleWare ¶
type MiddleWare struct {
// contains filtered or unexported fields
}
type Router ¶
type StaticHandler ¶ added in v1.0.26
type StaticHandler struct {
// contains filtered or unexported fields
}
type StaticPath ¶ added in v1.0.26
type StaticPath struct {
// contains filtered or unexported fields
}
type SvrHttp ¶
type Ws ¶
type Ws struct {
// contains filtered or unexported fields
}
func (*Ws) InitWebsocket ¶
func (ws *Ws) InitWebsocket(ctx *fasthttp.RequestCtx)
Click to show internal directories.
Click to hide internal directories.