iiRecord
Agentic AI Atlas · Gorilla Mux (mux)
library:muxa5c.ai
II.
Library JSON

library:mux

Structured · live

Gorilla Mux (mux) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-haskell-go-rust-extra.yamlCluster · domain
Record JSON
{
  "id": "library:mux",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Gorilla Mux (mux)",
    "belongsToLanguageId": "language:go",
    "category": "http-server",
    "description": "The gorilla/mux package — a powerful Go HTTP request router with\nregex-based route matching, named parameters, subrouters, and\nmiddleware chaining via http.Handler composition.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:mux",
      "to": "language:go",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:mux",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:chi",
      "to": "library:mux",
      "kind": "alternative_to"
    }
  ]
}