attributes

package
v1.9.2 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2021 License: MIT Imports: 3 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func All

func All(r *http.Request) map[string]interface{}

All returns all context attributes.

func Get

func Get(r *http.Request, key string) interface{}

Get gets the value from request context. It replaces any existing values.

func Init

func Init(r *http.Request) *http.Request

Init returns request with new context and attribute bag.

func Set

func Set(r *http.Request, key string, value interface{}) error

Set sets the key to value. It replaces any existing values. Context specific.

Types

This section is empty.

Jump to

Keyboard shortcuts

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