d2iq-archive / mesos-rxjava

RxJava client for Apache Mesos HTTP APIs
Apache License 2.0
42 stars 27 forks source link

Update MesosSchedulerClient to configure User-Agent #22

Closed BenWhitehead closed 9 years ago

BenWhitehead commented 9 years ago

Update MesosSchedulerClient to set a useful User-Agent header. Current contents are the client name provided when constructing the client. RxNetty and its version, mesos-rxjava-core and its version.

cruhland commented 9 years ago

@BenWhitehead done

BenWhitehead commented 9 years ago

@cruhland How do you feel after these last 2 commits? I'll squash before merging.