aboutsummaryrefslogtreecommitdiff
path: root/userdata.go
AgeCommit message (Expand)AuthorFilesLines
2024-03-02Enable few gocritic checks; fix up issues (#1728)Gravatar Oleksandr Redko 1-1/+1
2023-11-24chore: Use 'any' instead of 'interface{}' (#1666)Gravatar Oleksandr Redko 1-7/+7
2023-08-29Enable gocritic linter; fix lint issues (#1612)Gravatar Oleksandr Redko 1-1/+2
2022-10-06make RequestCtx's userdata accept keys that are of type: interface{} (#1387)Gravatar pj 1-12/+21
2022-05-11Fix userdata re-use after RemoveGravatar Erik Dubbelboer 1-1/+1
2021-10-08feat: a new userData API `Remove` (#1117)Gravatar tyltr 1-0/+21
2021-10-06feat:no need to store nil (#1116)Gravatar tyltr 1-0/+3
2016-03-29Renamed unsafeBytes2Str to b2sGravatar Aliaksandr Valialkin 1-2/+2
2016-02-05Call Close on user values stored via RequestCtx.SetUserValue if these values ...Gravatar Aliaksandr Valialkin 1-0/+12
2015-12-11Moved ctx.UserValue from standard map to custom userData. This should improve...Gravatar Aliaksandr Valialkin 1-0/+59