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.
<PackageVersion Include="Tinyweb" Version="2.2.6" />
                    
Directory.Packages.props
<PackageReference Include="Tinyweb" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=Tinyweb&version=2.2.6
                    
Install Tinyweb as a Cake Addin
#tool nuget:?package=Tinyweb&version=2.2.6
                    
Install Tinyweb as a Cake Tool

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.6 168 1/18/2012
2.2.5 51 8/22/2011
2.2.4 50 8/12/2011
2.2.3 48 8/5/2011
2.2.2 53 7/30/2011
2.2.1 49 7/29/2011
2.2.0 51 7/14/2011
2.1.5 50 7/7/2011
2.1.4 52 6/2/2011
2.1.3 51 5/22/2011
2.1.2 54 5/18/2011
2.1.1 56 5/17/2011
2.1.0 54 5/4/2011
2.0.1 55 4/28/2011
2.0.0 58 4/25/2011
1.0.2 53 4/18/2011
1.0.1 51 4/11/2011
1.0.0 55 4/4/2011