/Amusoft.Toolkit.Http

Functionality related to the http area

Primary LanguageC#MIT LicenseMIT

Amusoft.Toolkit.Http

Project state

.GitHub GitHub issues NuGet version (Amusoft.Templates)

Description

This project contains a toolkit for the usage area of HTTP functionality

Features

  • Downloading files with progress callbacks
    • DownloadWithProgress.ExecuteAsync(HttpClient, downloadUrl, destinationPath, progress, requestMessageBuilder, cancellationToken)
    • HttpClient.DownloadWithProgressAsync(downloadUrl, destinationPath, progress, requestMessageBuilder, cancellationToken)