Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Static ¶
type Static struct {
Root string `json:"root"`
Index []string `json:"index"`
GenerateIndexPages bool `json:"generate_index_pages"`
AcceptByteRange bool `json:"byte_range"`
// contains filtered or unexported fields
}
func (*Static) Handler ¶
func (p *Static) Handler() fasthttp.RequestHandler
func (*Static) Process ¶
func (p *Static) Process(h fasthttp.RequestHandler) fasthttp.RequestHandler
Click to show internal directories.
Click to hide internal directories.