Provide extension points for HttpUtilities
Brought to you by:
yvesyang
The default http client used in HttpUtilities#getResponse should be configurable. Use cases are the configuration of additional HTTP parameters or the socket factory used.
I suppose this is only possible if you refactor the code and get rid of the static method patterns.