Enables automated tests with HTTP calls to avoid incurring the cost and instability of network traffic by recording a "live" test run and replaying it for subsequent test runs.
Info
Version: | 0.1.29-beta |
Author(s): | Andrew Arnott |
Last Update: | Saturday, May 26, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aarnott/HttpClientEcho |
NuGet Url: | https://www.nuget.org/packages/HttpClientEcho |
Install
Install-Package HttpClientEcho
dotnet add package HttpClientEcho
paket add HttpClientEcho
HttpClientEcho Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Newtonsoft.Json(>= 9.0.1)
- System.Collections.Immutable(>= 1.4.0)
- System.Net.Http(>= 4.3.3)
- Validation(>= 2.4.18)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 9.0.1)
- System.Collections.Immutable(>= 1.4.0)
- System.Net.Http(>= 4.3.3)
- Validation(>= 2.4.18)
- Newtonsoft.Json(>= 9.0.1)
- System.Collections.Immutable(>= 1.4.0)
- System.Net.Http(>= 4.3.3)
- System.Runtime.Serialization.Formatters(>= 4.3.0)
- Validation(>= 2.4.18)
Tags