You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a FlurlClient constructor that a FlurlHttpSettings object, making it more friendly to use with IoC containers/constructor injection. Also add a IFlurlClient interface, which will also make FlurlClient easier to mock with tests.
The text was updated successfully, but these errors were encountered:
Add a
FlurlClient
constructor that aFlurlHttpSettings
object, making it more friendly to use with IoC containers/constructor injection. Also add aIFlurlClient
interface, which will also makeFlurlClient
easier to mock with tests.The text was updated successfully, but these errors were encountered: