SetContextValue
Summary
Replaces or adds the value type for a single context key in a RequestContext.
Signature
type SetContextValue<context, key, value> = MergeContext<
context,
[readonly [key, value]]
>;
Replaces or adds the value type for a single context key in a RequestContext.
type SetContextValue<context, key, value> = MergeContext<
context,
[readonly [key, value]]
>;