Restup 1.0.0-beta2

This is a prerelease version of Restup.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Restup --version 1.0.0-beta2
NuGet\Install-Package Restup -Version 1.0.0-beta2
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="Restup" Version="1.0.0-beta2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Restup --version 1.0.0-beta2
#r "nuget: Restup, 1.0.0-beta2"
#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 Restup as a Cake Addin
#addin nuget:?package=Restup&version=1.0.0-beta2&prerelease

// Install Restup as a Cake Tool
#tool nuget:?package=Restup&version=1.0.0-beta2&prerelease

A webserver for the Windows Universal framework

Product Compatible and additional computed target framework versions.
Universal Windows Platform netcore50 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
1.0.0 20,374 10/18/2016
1.0.0-rc1 1,013 10/1/2016
1.0.0-beta4 2,100 4/21/2016
1.0.0-beta2 1,152 3/4/2016
1.0.0-beta1 1,110 1/26/2016
1.0.0-alpha3 1,010 12/18/2015
1.0.0-alpha2 919 10/30/2015
1.0.0-alpha1 985 9/15/2015

Introducing RouteHandlers
     RestWebServer is obsolete, see github wiki for more info
     Static files can be served now
     Basic url query strings can be used
     The headed demo has a testing capabilities now