你的位置: 码友网首页 / 资讯源列表 / HTTP-REPL Tool to test WEB API in ASP.NET Core 2.2

关于[HTTP-REPL Tool to test WEB API in ASP.NET Core 2.2]的摘要:

Today there are no tools built into Visual Studio to test WEB API. Using browsers, one can only test http GET requests. You need to use third-party tools like Postman, SoapUI, Fiddler or Swagger to perform a complete testing of the WEB API. In ASP.NET Core 2.2, a CLI based new dotnet core global tool named “http-repl” is introduced to interact with API endpoints. It’s a CLI based tool which can list down all the routes and execute all HTTP verbs. In this post, let’s find out how to use HTTP-REPL tool to test WEB API in ASP.NET Core 2.2.

原文地址: http://www.talkingdotnet.com/http-repl-tool-to-test-web-api-in-asp-net-core-2-2/

收录时间: 2018-10-09 浏览量: 1658 分类: ASP.NET Core

| 2 收藏 | 0