kriskowal / q-io

Interfaces for IO using Q promises in JavaScript on Node
http://documentup.com/kriskowal/q-io
MIT License
317 stars 73 forks source link

Connect Timeout setting #164

Open fdewaghe opened 6 years ago

fdewaghe commented 6 years ago

Is there any way of setting a connect timeout as opposed to a socket timeout for an http request?

kriskowal commented 6 years ago

It has been a long while since I’ve revisited this project, but its API is a straight retelling of the underlying Node.js API as of years ago. I’d welcome a PR if you need to thread more options to the underlying Node.js API.