.NET Rest Client Frameworks

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

    Also take a look at the Microsoft.Http client in http://wcf.codeplex.com/ It will be included in future versions of the framework. It is relatively easy to unit test with.

提交回复
热议问题