resilient-http / resilient.js

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

Support authentication params from discovery servers responses #80

Closed h2non closed 9 years ago

h2non commented 10 years ago
{
  url: 'http://server:8080',
  auth: {
    user: 'pepe',
    pass: 'p@$s'
  },
  balancer: {
    weight: {
      latency: 15,
      error: 50
    }
  }
}
h2non commented 9 years ago

Pending tests!