# Functions
Get stored value inside kv.
Injector return middleware to set value with the key.
MustGet do the same thing as Get, but will panic if it never set before.
WithValue will return request that have kv instance in its context, and also set kv entry with provided key and value.