.NET Rest Client Frameworks

后端 未结 6 2032
执笔经年
执笔经年 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:15

    Microsoft HTTP Client Libraries is good option to consider.

    Nuget URL - https://www.nuget.org/packages/Microsoft.Net.Http/

提交回复
热议问题