microsoft / typed-rest-client

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

How to provide connection timeout setting with Client #144

Closed jainr1 closed 5 years ago

jainr1 commented 5 years ago

Issue Description

I was looking to set a connection timeout setting with rest client, there is an option to select socket timeout but need the option to select the connection timeout as well.

stephenmichaelf commented 5 years ago

According to this:

https://github.com/nodejs/node/issues/5757

The timeout we have should handle it. Please reopen if this doesn't meet your needs.