Files
nomad/api
Mathias Lafeldt a61494166b Add HTTP basic auth support to Nomad client code
In order to authenticate against protected endpoints, e.g.

```
export NOMAD_ADDR=https://$USER:$PASSWORD@nomad.example.net
nomad status
```

Instead of adding username and password to `api.Config`, this is a
rather simple change to the request handler code that passes along any
basic auth information.
2016-07-18 15:34:34 +02:00
..
2015-12-24 20:53:37 +01:00
2016-02-19 15:49:32 -08:00
2015-12-24 20:53:37 +01:00
2016-06-08 17:56:32 -07:00
2016-06-10 15:54:39 -04:00
2015-09-06 13:29:51 -07:00
2015-11-24 13:11:48 -08:00
2015-11-24 13:11:48 -08:00
2015-09-12 11:49:32 -07:00
2016-03-17 16:04:09 -07:00
2016-02-20 15:50:41 -08:00
2016-02-20 15:50:41 -08:00
2015-12-18 12:17:54 -08:00