Tinyweb 2.2.6
dotnet add package Tinyweb --version 2.2.6
NuGet\Install-Package Tinyweb -Version 2.2.6
<PackageReference Include="Tinyweb" Version="2.2.6" />
paket add Tinyweb --version 2.2.6
#r "nuget: Tinyweb, 2.2.6"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- spark (>= 1.5.0)
- structuremap (>= 2.6.2)
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 | 3,040 | 1/18/2012 |
2.2.5 | 1,983 | 8/22/2011 |
2.2.4 | 1,637 | 8/12/2011 |
2.2.3 | 1,620 | 8/5/2011 |
2.2.2 | 1,614 | 7/30/2011 |
2.2.1 | 1,705 | 7/29/2011 |
2.2.0 | 1,625 | 7/14/2011 |
2.1.5 | 1,596 | 7/7/2011 |
2.1.4 | 1,676 | 6/2/2011 |
2.1.3 | 1,665 | 5/22/2011 |
2.1.2 | 1,630 | 5/18/2011 |
2.1.1 | 1,653 | 5/17/2011 |
2.1.0 | 1,677 | 5/4/2011 |
2.0.1 | 1,700 | 4/28/2011 |
2.0.0 | 1,737 | 4/25/2011 |
1.0.2 | 1,770 | 4/18/2011 |
1.0.1 | 1,716 | 4/11/2011 |
1.0.0 | 1,791 | 4/4/2011 |