# [HTTP Request] HTTP请求处理
# Processors: HTTP_REQUEST, AI_LLM_*_QANDA_MCP, AI_LLM_*_QANDA
requests                  # HTTP客户端 (HTTP_REQUESTProcessor, AI LLM MCP processors)
httpx>=0.28.1,<1.0        # 异步HTTP客户端 (httpservice)
httpx-sse                 # Server-Sent Events支持 (httpservice)
