A library for executing a set of http operations in a sequence using a fluent API. This library is more suited towards writing integration/acceptance tests but could still be used where http calls need to be made in a specific order. In a lot of cases integration test's can become very large and methods can bloat quite easily. The idea of this library is to write test's as you would production code small little reusable snippets of code that have a clean and concise action to perform. Fluent.Http provides the foundations for this when talking about testing web api projects which are becoming more & more popular.
License
—
Deps
1
Install Size
—
Vulns
✓ 0
Published
Jun 13, 2023
$ dotnet add package Mumby0168.Fluent.HttpNo README available.