vert-x3 / vertx-config

Vert.x Configuration Service
Apache License 2.0
54 stars 64 forks source link

[Issue-102] Added support of HTTP headers, timeout, followRedirects to Http Configuration store #103

Closed gaol closed 4 years ago

gaol commented 4 years ago

Fixes: #102

gaol commented 4 years ago

@cescoffier @vietj Would you please review? Thanks !

vietj commented 4 years ago

minor comment

gaol commented 4 years ago

@vietj Updated to filter out null values from headers.

gaol commented 4 years ago

I think it goes well, I will merge the PR if no other comments :)

gaol commented 4 years ago

OK, with the updated HttpClient API, I updated this as well to include timeout, followRedirects as well as the headers.

vietj commented 4 years ago

beside the lambda, it's good to merge

vietj commented 4 years ago

@gaol any issue you merge or fix needs a version to be set so it can be in the release notes

gaol commented 4 years ago

@vietj Got it. :)