Tinyweb 2.2.6

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

// Install Tinyweb as a Cake Tool
#tool nuget:?package=Tinyweb&version=2.2.6

Tinyweb is a lightweight web framework for ASP.NET that embraces HTTP and aims to be ridiculously simple. Tinyweb moves away from the MVC pattern for developing web applications. Instead, you start with separate addressable resources that respond directly to the HTTP method that was used to access the resource. Every resource is a class and every implemented HTTP method (get, post, put, delete) is a method on the class. With Tinyweb, you're writing code that is conceptually close to the way HTTP actually works.

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 (2)

Showing the top 2 NuGet packages that depend on Tinyweb:

Package Downloads
Tinyweb.FluentAuth

Authentication for Tinyweb with a simple Fluent syntax.... What the hell did you expect?

Parrot.Tinyweb

Parrot view engine for TinyWeb

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.6 2,968 1/18/2012
2.2.5 1,940 8/22/2011
2.2.4 1,611 8/12/2011
2.2.3 1,592 8/5/2011
2.2.2 1,586 7/30/2011
2.2.1 1,675 7/29/2011
2.2.0 1,587 7/14/2011
2.1.5 1,568 7/7/2011
2.1.4 1,643 6/2/2011
2.1.3 1,634 5/22/2011
2.1.2 1,600 5/18/2011
2.1.1 1,618 5/17/2011
2.1.0 1,646 5/4/2011
2.0.1 1,667 4/28/2011
2.0.0 1,700 4/25/2011
1.0.2 1,740 4/18/2011
1.0.1 1,699 4/11/2011
1.0.0 1,763 4/4/2011