microsoft / typed-rest-client

Node Rest and Http Clients with typings for use with TypeScript
Other
675 stars 118 forks source link

Version 0.12.0 was proxy ready? #204

Closed dedreira closed 4 years ago

dedreira commented 4 years ago

Hi, this is just a question, I use a tool that has a dependency of this library (version 0.12.0) and I think that's not working properly when the client is behind a http proxy, but I do not find the source code related to this version, can anyone show me where it is? of it not possible, tell me if that version recognizes the configured proxy and uses it with the http requests?

Regards!!

dedreira commented 4 years ago

found it here https://github.com/microsoft/typed-rest-client/blob/5ce8cd7ae336384bd2d1851f5e845d89885c3d21/lib/HttpClient.ts https://www.npmjs.com/package/typed-rest-client/v/0.12.0