MicroRest 2.1.0

dotnet add package MicroRest --version 2.1.0
NuGet\Install-Package MicroRest -Version 2.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MicroRest" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MicroRest --version 2.1.0
#r "nuget: MicroRest, 2.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 2,199 7/28/2012
2.0.0 1,348 6/27/2012
1.1.0.1 1,335 5/2/2012
1.1.0 1,316 5/1/2012
1.0.0.1 1,415 3/14/2012
1.0.0 1,259 3/14/2012

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.