| 2471 | |
| 2472 | class HttpClient { |
| 2473 | private axiosInstance: AxiosInstance; |
| 2474 | private middlewarePipeline: MiddlewarePipeline; |
| 2475 | private httpAgent: http.Agent; |
| 2476 | private httpsAgent: https.Agent; |
nothing calls this directly
no outgoing calls
no test coverage detected