michel-pi / MinimalHttp.Net

A simple and easy to use http client with support for certificate pinning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MinimalHttp.Net

A simple and easy to use http client with support for certificate pinning.

NuGet

Install-Package MinimalHttp.Net

Features

  • Supports all Http request methods
  • GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
  • Async requests
  • Allows Proxy usage
  • Certificate pinning
  • URLEncode & URLDecode
  • Custom encoding (Default: UTF8)

This library has no dependencies and does not focus on REST clients. It can be used as one but it is developed with a classic http client usage in mind.

Documentation

Contribute

The project file was generated using Visual Studio 2017.

Clone or download the repository.

You can help by reporting issues, adding new features, fixing bugs and by providing a better documentation.

Donate

Do you like this project and want to help me to keep working on it?

Then maybe consider to donate any amount you like.

BTC     bc1qp6zc73vy8pmr6lfe4cxa6eqzvkuer9hrjwpzza

License

About

A simple and easy to use http client with support for certificate pinning

License:The Unlicense


Languages

Language:C# 100.0%