HTTP Request Gateway Service
提供 HTTP 请求中继服务,帮助客户端访问目标 API。所有请求保持原始格式不变。
curl http://localhost:7860/api/user/self
curl -X POST http://localhost:7860/api/data \ -H "Content-Type: application/json" \ -d '{"key": "value"}'