akamsteeg / AtleX.HaveIBeenPwned

A fully async .NET Standard client library for the API of HaveIBeenPwned.com
https://www.nuget.org/packages/AtleX.HaveIBeenPwned/
MIT License
5 stars 0 forks source link

Move configuring the HttpClient out of HaveIBeenPwnedClient #76

Closed akamsteeg closed 1 year ago

akamsteeg commented 1 year ago

Current, the HttpClient (internally created or externally supplied) is configured inside HaveIBeenPwnedClient. If we move it out we can test configuring it correctly separately and it declutters HaveIBeenPwnedClient.