uhaciogullari / HttpClientFactoryLite

HttpClientFactory with no baggage
Apache License 2.0
62 stars 7 forks source link

I agree with you #2

Closed JHeLiu closed 5 years ago

JHeLiu commented 5 years ago

Can this library be used directly like new .net?Because a lot of times we don't need dependency injection, like a generic library.Dependency injection is obviously unnecessary, Is that all I need when I use it? var httpClientFactory = new HttpClientFactory();

uhaciogullari commented 5 years ago

Basically yes. Check the readme for Register and CreateClient methods.