Namecheap-dot-net icon indicating copy to clipboard operation
Namecheap-dot-net copied to clipboard

Use HttpClient over WebClient

Open philipmat opened this issue 5 years ago • 0 comments

Among other things, HttpClient allows mocking, which we could use because creating new domain each test run doesn't work well even in the sandbox.

https://stackoverflow.com/questions/20530152/deciding-between-httpclient-and-webclient

philipmat avatar Apr 04 '19 05:04 philipmat