github tomwojcik/starlette-context 0.2.1

latest releases: v0.3.6, v0.3.5, v0.3.4...
4 years ago
  • 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

Don't miss a new starlette-context release

NewReleases is sending notifications on new releases.