compress

package
v1.0.0-beta.29 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigAdd

func ConfigAdd(path string)

func Register

func Register(ctx context.Context, options *fiber.Options) (fiber.ConfigPlugin, fiber.AppPlugin)

Types

type Compress

type Compress struct {
	// contains filtered or unexported fields
}

func NewCompressWithConfigPath

func NewCompressWithConfigPath(path string) (*Compress, error)

func NewCompressWithOptions

func NewCompressWithOptions(options *Options) *Compress

func (*Compress) Register

func (d *Compress) Register(ctx context.Context, options *fiber.Options) (fiber.ConfigPlugin, fiber.AppPlugin)

type Options

type Options struct {
	Enabled bool
	Level   int
}

func NewOptions

func NewOptions() (*Options, error)

func NewOptionsWithPath

func NewOptionsWithPath(path string) (opts *Options, err error)

func (*Options) GetLevel

func (o *Options) GetLevel() compress.Level

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL