Make httprange http client configurable

In #448 (closed) we introduced an httprange package that can download artifacts and support reading ranges from the response body. The httpClient used has a hardcoded timeout which should be configurable.

We should either pass an httpClient when initializing a resource or some config flags

Proposal

  • Add configuration changes flag to Pages
  • Add documentation
  • Add flag to omnibus
  • Add flag to charts

The following discussion from !333 (merged) should be addressed:

Edited by Jaime Martinez