Suave.Razor
0.21.0
See the version list below for details.
dotnet add package Suave.Razor --version 0.21.0
NuGet\Install-Package Suave.Razor -Version 0.21.0
<PackageReference Include="Suave.Razor" Version="0.21.0" />
paket add Suave.Razor --version 0.21.0
#r "nuget: Suave.Razor, 0.21.0"
// Install Suave.Razor as a Cake Addin #addin nuget:?package=Suave.Razor&version=0.21.0 // Install Suave.Razor as a Cake Tool #tool nuget:?package=Suave.Razor&version=0.21.0
Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
Learn more about Target Frameworks and .NET Standard.
-
- RazorEngine (>= 3.4.2)
- Suave (>= 0.21.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
Release Notes:
* Merge README update
* Merge branch 'feature/181-lenses'
* CookiesState fsi, fixes #181
* CookiesState
* HttpRuntime, SuaveConfig, HttpContext
* HttpResult
* HttpRequest, HttpBinding
* HttpUpload
* MimeType
* HttpCookie
* SocketBinding
* Connection
* TraceHeader
* LogLine
* [build] Tests -> Suave.Tests folder standard
* [build] generate asmver for examples/
* [build] removing WebMachine from list
* Update README.md
* updating readme
* Merge branch 'bugs/143-uri-handling'
* Travis tests: Merge branch 'master' of github.com:suaveio/suave into bugs/143-uri-handling
* Travis mono 3.8 -> 3.10
* fixed ServerClient-test
* fixed non-applicative-using test
* ref #103
* failing test for parsing of host header
* [BREAKING] string -> Uri, ip+port -> SocketBinding
* Failing test for #143: