Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

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

Clone this wiki locally