Roetur 0.0.9

dotnet add package Roetur --version 0.0.9
NuGet\Install-Package Roetur -Version 0.0.9
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="Roetur" Version="0.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Roetur --version 0.0.9
#r "nuget: Roetur, 0.0.9"
#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 Roetur as a Cake Addin
#addin nuget:?package=Roetur&version=0.0.9

// Install Roetur as a Cake Tool
#tool nuget:?package=Roetur&version=0.0.9

A lightwieight OWIN-based API framework. There are no sub-classes needed to process a Uri, instead there is a Router (Roetur) which you can register actions for Uri's with.

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
0.0.9 1,610 10/7/2015
0.0.8 1,193 10/7/2015
0.0.7 1,180 10/7/2015
0.0.6 1,194 10/7/2015
0.0.5 1,042 10/7/2015
0.0.4 1,290 10/7/2015
0.0.3 1,019 9/15/2015
0.0.2 1,022 9/14/2015
0.0.1 1,048 9/13/2015

Updated error reporting to avoid leaking exception details