Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Compress ¶
type Compress struct {
// contains filtered or unexported fields
}
Compress represents a new compress plugin for fiber.
func NewCompressWithConfigPath ¶
NewCompressWithConfigPath returns a new compress plugin with options from config path.
func NewCompressWithOptions ¶
NewCompressWithOptions returns a new compress plugin with options.
type Options ¶
Options compress plugin for fiber options.
func NewOptions ¶
NewOptions returns options from config file or environment vars.
func NewOptionsWithPath ¶
NewOptionsWithPath unmarshals options based a given key path.
Click to show internal directories.
Click to hide internal directories.