II.
LibraryProcess JSON
Structured · livelib-process:network-programming--http-proxy-server
specializations/network-programming/http-proxy-server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:network-programming--http-proxy-server",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/network-programming/http-proxy-server",
"description": "HTTP Proxy Server - Build a full-featured HTTP proxy with forward/reverse modes, caching,\ncontent filtering, authentication, and logging capabilities.",
"libraryPath": "library/specializations/network-programming/http-proxy-server.js",
"specialization": "network-programming",
"references": [
"- Squid Proxy: http://www.squid-cache.org/Doc/",
"- mitmproxy: https://docs.mitmproxy.org/"
],
"example": "const result = await orchestrate('specializations/network-programming/http-proxy-server', {\n projectName: 'Enterprise HTTP Proxy',\n language: 'Go',\n proxyMode: 'both',\n features: { caching: true, filtering: true, authentication: true, logging: true }\n});",
"usesAgents": [
"proxy-server",
"http-protocol",
"network-testing"
]
},
"outgoingEdges": [
{
"from": "lib-process:network-programming--http-proxy-server",
"to": "skill-area:protocol-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--http-proxy-server",
"to": "skill-area:socket-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:network-programming--http-proxy-server",
"to": "topic:circuit-breakers",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--http-proxy-server",
"to": "domain:networking",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--http-proxy-server",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--http-proxy-server",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:network-programming--http-proxy-server",
"to": "workflow:protocol-implementation-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--http-proxy-server",
"to": "specialization:network-programming",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}