Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IWebServer ¶
type IWebServer interface { Get(path string, handler fasthttp.RequestHandler) Post(path string, handler fasthttp.RequestHandler) Put(path string, handler fasthttp.RequestHandler) Delete(path string, handler fasthttp.RequestHandler) ServeFiles(handler fasthttp.RequestHandler) Serve(ctx *fasthttp.RequestCtx) }
func NewWebServer ¶
func NewWebServer() IWebServer
Click to show internal directories.
Click to hide internal directories.