This repository was archived by the owner on Apr 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Jump to bottom
Gisli Konrad Bjornsson 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