node-modules / agentkeepalive

Support keepalive http agent.
MIT License
579 stars 57 forks source link

Use with HttpClient (newer http version) #96

Open pimmesz opened 3 years ago

pimmesz commented 3 years ago

Hi

I am trying to use this with the new HttpClient from @angular/common/http. This however seems to be impossible with the keepAliveClient due to the httpClient not having an agent option. Anyone used this with success?