middleware

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2016 License: MIT Imports: 14 Imported by: 3,752

Documentation

Index

Constants

View Source
const (
	// Basic is the authentication scheme implemented by the middleware.
	Basic = "Basic"
)

Variables

This section is empty.

Functions

func BasicAuth

func BasicAuth(fn BasicValidateFunc) echo.HandlerFunc

BasicAuth returns a HTTP basic authentication middleware. For valid credentials, it calls the next handler. For invalid credentials, it returns a "401 Unauthorized" HTTP error.

func Gzip added in v0.0.13

func Gzip() echo.MiddlewareFunc

Gzip returns a middleware which compresses HTTP response using gzip compression scheme.

func Logger

func Logger() echo.MiddlewareFunc

Logger returns a Middleware that logs requests.

func Recover added in v0.0.13

func Recover() echo.MiddlewareFunc

Recover returns a middleware which recovers from panics anywhere in the chain and handles the control to the centralized HTTPErrorHandler.

Types

type BasicValidateFunc added in v1.0.0

type BasicValidateFunc func(string, string) bool

BasicValidateFunc is the expected format a BasicAuth fn argument is expected to implement.

Jump to

Keyboard shortcuts

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