II.
Library JSON
Structured · livelibrary:chi-middleware
Chi Middleware json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:chi-middleware",
"_kind": "Library",
"_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Chi Middleware",
"belongsToLanguageId": "language:go",
"category": "http-server",
"description": "Official middleware bundle for the Chi router — provides composable\nnet/http middleware for logging, recovery, request-id injection,\nCORS, compression, and authentication.\n"
},
"outgoingEdges": [
{
"from": "library:chi-middleware",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "library:chi-middleware",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:chi-middleware",
"to": "library:cors",
"kind": "alternative_to"
},
{
"from": "library:chi-middleware",
"to": "library:helmet",
"kind": "alternative_to"
}
],
"incomingEdges": []
}