This version introduces new typings for HttpClient
and HttpClientConfig
that make them easier to use without leaning on any
, and which offer easier compatibility with fetch
. You may have to make changes to your code as a result, especially if you were directly using HttpClient
as the params
argument now requires its values to be string
.