requestrelated
Requestrelated is a term used in software engineering to describe data, operations, or context that are associated with a single client request within a computing system. It denotes content that is relevant only for the processing of that specific request, as opposed to global or persisted state.
The term is typically formed from the words "request" and "related" and often appears in documentation, code
In practice, requestrelated concepts appear in several areas of software design. In web frameworks, per-request context
Examples include a middleware that assigns a unique request ID as part of the requestrelated context, or