koa.type
string Scrub: Manual Visibility: Public OTel: False The type of the Koa layer that handled the request.
Example
router Changelog
Raw JSON
{
"key": "koa.type",
"brief": "The type of the Koa layer that handled the request.",
"type": "string",
"apply_scrubbing": {
"key": "manual"
},
"is_in_otel": false,
"visibility": "public",
"example": "router",
"changelog": [
{
"version": "0.16.0",
"prs": [
471
],
"description": "Added koa.type attribute"
}
]
}