mid

package
v0.0.0-...-53b8cb7 Latest Latest
Warning

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

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

Documentation

Overview

Package mid contains the set of middleware functions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Authenticate

func Authenticate(a *auth.Auth) web.MidHandler

Authenticate validates a JWT from the `Authorization` header.

func Cors

func Cors(origins []string) web.MidHandler

Cors sets the response headers needed for Cross-Origin Resource Sharing

func Errors

func Errors(log *logger.Logger) web.MidHandler

Errors handles errors coming out of the call chain. It detects normal application errors which are used to respond to the client in a uniform way. Unexpected errors (status >= 500) are logged.

func GetClaims

func GetClaims(ctx context.Context) auth.Claims

GetClaims provides access to the claims from the context.

func GetSubject

func GetSubject(ctx context.Context) common.Address

GetSubject provides access to the subject from the claims.

func Logger

func Logger(log *logger.Logger) web.MidHandler

Logger writes some information about the request to the logs in the format: TraceID : (200) GET /foo -> IP ADDR (latency)

func Metrics

func Metrics() web.MidHandler

Metrics updates program counters.

func Panics

func Panics() web.MidHandler

Panics recovers from panics and converts the panic to an error so it is reported in Metrics and handled in Errors.

Types

This section is empty.

Jump to

Keyboard shortcuts

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