- dropped
with_plugins
from the middleware as Starlette has it's own way of doing this - due to ^ this change some tests are simplified
- if context is not available no LookupError will be raised, instead there will be RuntimeError, because this error might mean one of two things: user either didn't use ContextMiddleware or is trying to access
context
object outside of request-response cycle