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 |
|
Erik Dubbelboer
|
c3d82ca3a4
|
Speed up testing by running tests in parallel
|
2019-10-16 10:20:13 +02: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
|
b805a92a29
|
Fixed a typo
|
2015-12-16 16:52:28 +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 |
|