Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultStaticConfig = StaticConfig{ Skipper: middleware.DefaultSkipper, Prefix: "/", Root: "public", Index: []string{"index.html"}, } )
Functions ¶
func StaticWithConfig ¶
func StaticWithConfig(cfg StaticConfig) echo.MiddlewareFunc
Types ¶
Click to show internal directories.
Click to hide internal directories.