.NET Rest Client Frameworks

后端 未结 6 2033
执笔经年
执笔经年 2021-01-01 22:42

I\'m looking for the best .NET C# framework for building a REST Http client. My requirements are as follows:

  • Unit testable (mockable)
  • Supports multi-p
6条回答
  •  孤街浪徒
    2021-01-01 23:14

    Check the Flurl library https://flurl.dev/ Flurl is available on NuGet and is free for commercial use. It runs on a wide variety of platforms, including .NET Framework, .NET Core, Xamarin, and UWP.

提交回复
热议问题