Access context in Starlette
starlette-context is a middleware and request-local storage for Starlette framework. It allows you to store and access data specific to a request within the context of that request. This is particularly useful for storing user information, request IDs, or any other data that needs to be accessible throughout the request lifecycle.