MicroRest 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MicroRest --version 2.0.0
NuGet\Install-Package MicroRest -Version 2.0.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.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MicroRest --version 2.0.0
#r "nuget: MicroRest, 2.0.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.0.0

// Install MicroRest as a Cake Tool
#tool nuget:?package=MicroRest&version=2.0.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,211 7/28/2012
2.0.0 1,350 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

Please note version 2.0 has some breaking changes which are documented on the wiki page.

Self hosting is now supported, and the API has been refactored to be cleaner and more extendable.