```markdown - 封装一个 `BrainHttpClient`(同步或异步均可)支持:base URL、统一 headers、认证信息注入。 - 支持重试策略(如 429/5xx 时退避重试),统一超时设置。 - 设计接口:`get`, `post`, `patch`。 ```