resilient-http / resilient.js

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

Don't mutate config object on request resolve #103

Closed h2non closed 9 years ago

h2non commented 9 years ago
client.get('/test', function (err, res) {
  console.log(err, res)
})
h2non commented 9 years ago

Deprecated!