Table of Contents
HTTP BuildR

HTTP BuildR


Nuget Coverage Quality Gate Status CD Build Check Markdown

Simple C# functions for building 🔨 requests and responses using only the core System.Net.Http!


Why?

There are a ton of http client libraries out there, but nothing (that I liked) that was just simple extensions to the core System.Net.Http classes.

I want the request and response building code to be,

  • Declarative, it needs to flow and read as well as possible
  • Simple, usage should be trivial and learning curve as flat as possible
  • Complete, anything you can do with the core class can be done in a fluent declarative style