starlette.middleware_nameDeprecated
stringScrub: ManualVisibility: PublicOTel: FalseThe name of the Starlette middleware.
Example
AuthenticationMiddlewareAliases
middleware.nameUse middleware.name instead.
This attribute is being deprecated in favor of middleware.name, which is the framework-agnostic replacement.
Status: backfill
Changelog
nextAdded starlette.middleware_name attribute, deprecated in favor of middleware.name
Raw JSON
{
"key": "starlette.middleware_name",
"brief": "The name of the Starlette middleware.",
"type": "string",
"apply_scrubbing": {
"key": "manual"
},
"is_in_otel": false,
"visibility": "public",
"example": "AuthenticationMiddleware",
"deprecation": {
"replacement": "middleware.name",
"reason": "This attribute is being deprecated in favor of middleware.name, which is the framework-agnostic replacement.",
"_status": "backfill"
},
"alias": [
"middleware.name"
],
"changelog": [
{
"version": "next",
"description": "Added starlette.middleware_name attribute, deprecated in favor of middleware.name"
}
]
}