| 1 | """Reusable HTTP client with retry logic and session management. |
| 2 | |
| 3 | This module provides a base HTTP client that can be used across the codebase |
| 4 | to avoid duplicating HTTP request logic, retry mechanisms, and session management. |
nothing calls this directly
no test coverage detected