tyltr
|
7fdd5261e8
|
feat: a new userData API Remove (#1117)
* feat:userData new api "delete"
* ctx api `remove`
* rename
* modify
|
2021-10-08 17:45:45 +02:00 |
|
tyltr
|
f307299246
|
feat:no need to store nil (#1116)
* feat:no need to store nil
* lint
|
2021-10-06 18:03:16 +02:00 |
|
Aliaksandr Valialkin
|
0d43464f64
|
Renamed unsafeBytes2Str to b2s
|
2016-03-29 16:26:21 +03:00 |
|
Aliaksandr Valialkin
|
eafcb74ce5
|
Call Close on user values stored via RequestCtx.SetUserValue if these values implement io.Closer
|
2016-02-05 12:50:58 +02:00 |
|
Aliaksandr Valialkin
|
b00a213a93
|
Moved ctx.UserValue from standard map to custom userData. This should improve its' performance for common case when ctx contains up to 10 user values
|
2015-12-11 16:40:55 +02:00 |
|