@sanity/timed-out

4.0.2 • Public • Published

timed-out Build Status

Timeout HTTP/HTTPS requests

Emit Error object with code property equal ETIMEDOUT or ESOCKETTIMEDOUT when ClientRequest is hanged.

Usage

var get = require('http').get;
var timeout = require('timed-out');

var req = get('http://www.google.ru');
timeout(req, 2000); // Set 2 seconds limit

API

timedout(request, time)

request

Required
Type: ClientRequest

The request to watch on.

time

Required
Type: number or object

Time in milliseconds to wait for connect event on socket and also time to wait on inactive socket.

Or you can pass Object with following fields:

  • connect - time to wait for connection
  • socket - time to wait for activity on socket

License

MIT © Vsevolod Strukchinsky

Package Sidebar

Install

npm i @sanity/timed-out

Weekly Downloads

67,028

Version

4.0.2

License

MIT

Unpacked Size

4.12 kB

Total Files

4

Last publish

Collaborators

  • tambet
  • jtpetty
  • drewsanity
  • refiito
  • sergeisarviro
  • ash
  • indrek.karner
  • cngonzalez-sanity
  • rdunk
  • rneatherway-sanity
  • ricokahler
  • pedro-sanity
  • jonabc
  • kenjonespizza
  • pauloborgesf
  • binoy14
  • simen.svale
  • svirs
  • josh_sanity_io
  • joneidejohnsen
  • nina.andal
  • rankers
  • snorreeb
  • mattcraig
  • vincentquigley
  • stipsan
  • michael-sanity
  • rubioz
  • tonina
  • ritasdias
  • simeonsanity
  • kmelve
  • bjoerge
  • rexxars
  • skogsmaskin
  • robinpyon
  • mariuslundgard
  • sanity-io
  • evenw
  • radhe_sanity
  • rbotten
  • judofyr
  • obliadp
  • dcilke
  • fredcarlsen
  • hermanw
  • sgulseth
  • atombender