Module layer

Source
Expand description

A [tower::Layer] for injecting and populating PyContext.

Structsยง

AddPyContextLayer
AddPyContextLayer is a [tower::Layer] that populates given PyContext from the Request and injects PyContext to the Request as an extension.
AddPyContextService