Skip to content

Allow to override the HttpClient#5

Open
ztec wants to merge 1 commit intoimwally:masterfrom
ztec:makeHttpclientOverridable
Open

Allow to override the HttpClient#5
ztec wants to merge 1 commit intoimwally:masterfrom
ztec:makeHttpclientOverridable

Conversation

@ztec
Copy link

@ztec ztec commented Mar 24, 2022

This possibility will allow user of the lib to
define their custom http client implementation.
One of the use case I have in mind right now is
caching. There is existing package that do
caching on http client directly.

It could also be used for unit tests

No backward breaking change as by default the httpclient is using the default one from the standard library

This possibility will allow user of the lib to
define their custom http client implementation.
One of the use case I have in mind right now is
caching. There is existing package that do
caching on http client directly.

It could also be used for unit tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant