debug

package
v0.2.12 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func All

func All(path string, handlers ...fiber.Handler)

func App

func App() *fiber.App

func Connect

func Connect(path string, handlers ...fiber.Handler)

func Delete

func Delete(path string, handlers ...fiber.Handler)

func Get

func Get(path string, handlers ...fiber.Handler)

func Group

func Group(prefix string, handlers ...fiber.Handler)

func Handler added in v0.2.11

func Handler(ctx *fiber.Ctx) error
func Head(path string, handlers ...fiber.Handler)

func Options

func Options(path string, handlers ...fiber.Handler)

func Patch

func Patch(path string, handlers ...fiber.Handler)

func Post

func Post(path string, handlers ...fiber.Handler)

func Put

func Put(path string, handlers ...fiber.Handler)

func Route

func Route(prefix string, fn func(router fiber.Router), name ...string)

func Static

func Static(prefix, root string, config ...fiber.Static)

func Trace

func Trace(path string, handlers ...fiber.Handler)

func Wrap

func Wrap(h http.Handler) fiber.Handler

func WrapFunc

func WrapFunc(h http.HandlerFunc) fiber.Handler

Types

type Config added in v0.2.11

type Config struct {
	Debug struct {
		Password string `yaml:"password"`
	} `yaml:"debug"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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