middleware

package
v0.0.0-...-832d8e4 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2022 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const UserIDCookie = "YPUserID"

Variables

View Source
var (
	ErrSignedCookieInvalidValueOrUnsigned = errors.New("invalid cookie value or it is unsigned")
	ErrSignedCookieInvalidSign            = errors.New("invalid sign")
	ErrSignedCookieSaltNotSetProperly     = errors.New("SaltStartIdx and SaltEndIdx must be set properly")
	ContextUserIDKey                      = LocalContext("YPUserID")
)

Functions

func Decompress

func Decompress(next http.Handler) http.Handler

Decompress реализует распаковку запроса переданного в сжатом gzip Сделано максимально топорно, согласно текущему уровню курса. Например, каждый раз создается новый reader. Может продержусь на курсе до Пула ресурсов ¯\_(ツ)_/¯

func GetUserID

func GetUserID(ctx context.Context) string

GetUserID возвращает сохраненный в контексте куку UserIDCookie

func UserCookie

func UserCookie(next http.Handler) http.Handler

Types

type LocalContext

type LocalContext string

type SignedCookie

type SignedCookie struct {
	*http.Cookie
	BaseValue string

	SaltStartIdx uint
	SaltEndIdx   uint
	// contains filtered or unexported fields
}

func NewUserIDSignedCookie

func NewUserIDSignedCookie() (sc SignedCookie)

func (*SignedCookie) AttachSign

func (sc *SignedCookie) AttachSign()

func (*SignedCookie) DetachSign

func (sc *SignedCookie) DetachSign() (err error)

func (*SignedCookie) RecalcKey

func (sc *SignedCookie) RecalcKey()

Jump to

Keyboard shortcuts

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