hyperquest-timeout
Timeout hyperquests
Why?
Killing a request after a set amount of time might be useful from time-to-time. This is an idea on how to do so with a hyperquest.
Usage
var hyperquest = timeout = ; var req = ;;
Or you can pipe timeout
as it returns the original req
:
var hyperquest = timeout = ; READABLE_STREAM ;