Info
Version: | 9.7.5 |
Author(s): | Thomas Hansen |
Last Update: | Thursday, October 14, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/polterguy/magic.io |
NuGet Url: | https://www.nuget.org/packages/magic.io |
Install
Install-Package magic.io
dotnet add package magic.io
paket add magic.io
magic.io Download (Unzip the "nupkg" after downloading)
Dependencies
- magic.io.services(>= 8.9.2)
- Microsoft.AspNetCore.Mvc(>= 2.2.0)
Tags
This project give you 2 HTTP endpoints, one for downloading and another for uploading files. The project is highly conserving of resources, due to directly serializing to/from the HTTP request/response stream, into the related file.
The project provides multiple different ways of authorization, allowing you to easily extend it as you see fit. To use package go to https://polterguy.github.io.