Skip to content
Gísli Konráð Björnsson edited this page Mar 17, 2018 · 9 revisions

Solid.Http

Library

Solid.Http is a collection of libraries to make http requests easy. The library is fully async and the request class is fully awaitable.

The included libraries are

  • Solid.Http
  • Solid.Http.Core
  • Solid.Http.Json

The extensions libraries are

  • Solid.Http.Extensions.Xml
  • Solid.Http.Extensions.Zip

Installation

Install from Nuget package manager

PM> Install-Package Solid.Http

Install from .Net CLI

> dotnet add package Solid.Http