kennethreitz / responder

A familiar HTTP Service Framework for Python.
http://responder.kennethreitz.org/
Other
3.59k stars 218 forks source link

[Feature Request] - request context middleware like starlette-context #462

Closed adityaoza1901 closed 6 months ago

adityaoza1901 commented 3 years ago

Can we add support for creating a request context object - which can be used to store request specific metadata - through lifecycle of an incoming request ? Like starlette-context

I tried integrating starlette-context with Responder, but it seems this lib is incompatible with this lib