resilient-http / resilient.js

Fault tolerant and reactive HTTP client for node.js and browsers
184 stars 13 forks source link

Custom timeouts per HTTP request methods #104

Closed h2non closed 9 years ago

h2non commented 9 years ago
timeouts: {
   GET: 1000,
   POST: 10000,
   PUT: 5000
}
h2non commented 9 years ago

Done 0.2.16