open fun put(key: String, value: Any): Unit
Put some data in the context.
This can be used to share data between different handlers that share a context
key - the key of the data
key
value - the data
value