MicroRest 2.1.0
dotnet add package MicroRest --version 2.1.0
NuGet\Install-Package MicroRest -Version 2.1.0
<PackageReference Include="MicroRest" Version="2.1.0" />
paket add MicroRest --version 2.1.0
#r "nuget: MicroRest, 2.1.0"
// Install MicroRest as a Cake Addin #addin nuget:?package=MicroRest&version=2.1.0 // Install MicroRest as a Cake Tool #tool nuget:?package=MicroRest&version=2.1.0
MicroRest is a small REST framework - it allows you to add REST capabilities to your ASP.NET applications without needing to go through the huge ugly mess of WCF rest (which doesn't provide 'clean' URLs in 3.5), and supports various pocos for method parameters.
See https://bitbucket.org/mrshrinkray/microrest/wiki/Home for more information and getting started.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- ServiceStack.Text (>= 3.9.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
2.1 Adds support for multi-form forms, multiple post parameters (thanks to Nancy), the option to pass a set of types into Initialize to increase startup time and a few other minor enhancements.