compress

package
v1.15.5 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 7 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)

Register registers a new compress plugin for fiber.

Types

type Compress

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

Compress represents a new compress plugin for fiber.

func NewCompressWithConfigPath

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

NewCompressWithConfigPath returns a new compress plugin with options from config path.

func NewCompressWithOptions

func NewCompressWithOptions(options *Options) *Compress

NewCompressWithOptions returns a new compress plugin with options.

func (*Compress) Register

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

Register registers this compress plugin for fiber.

type Options

type Options struct {
	Enabled bool
	Level   int
}

Options compress plugin for fiber options.

func NewOptions

func NewOptions() (*Options, error)

NewOptions returns options from config file or environment vars.

func NewOptionsWithPath

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

NewOptionsWithPath unmarshals a given key path into options and returns it.

func (*Options) GetLevel

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

GetLevel returns current compress level.

Jump to

Keyboard shortcuts

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