iiRecord
Agentic AI Atlas · HTTPX
library:httpxa5c.ai
II.
Library JSON

library:httpx

Structured · live

HTTPX json

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

File · domain/libraries/httpx.yamlCluster · domain
Record JSON
{
  "id": "library:httpx",
  "_kind": "Library",
  "_file": "domain/libraries/httpx.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "HTTPX",
    "belongsToLanguageId": "language:python",
    "category": "http-client",
    "description": "Next-generation HTTP client for Python with sync and async APIs and HTTP/2 support.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:httpx",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:httpx",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:aiohttp",
      "to": "library:httpx",
      "kind": "alternative_to"
    },
    {
      "from": "library:requests",
      "to": "library:httpx",
      "kind": "alternative_to"
    },
    {
      "from": "stack-profile:ai-code-review-pipeline",
      "to": "library:httpx",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:ai-safety-guardrails",
      "to": "library:httpx",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:infrastructure-cost-optimization",
      "to": "library:httpx",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:siem-platform",
      "to": "library:httpx",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:vulnerability-management-platform",
      "to": "library:httpx",
      "kind": "composed_of"
    }
  ]
}