Suave.Razor
0.25.0
See the version list below for details.
dotnet add package Suave.Razor --version 0.25.0
NuGet\Install-Package Suave.Razor -Version 0.25.0
<PackageReference Include="Suave.Razor" Version="0.25.0" />
paket add Suave.Razor --version 0.25.0
#r "nuget: Suave.Razor, 0.25.0"
// Install Suave.Razor as a Cake Addin #addin nuget:?package=Suave.Razor&version=0.25.0 // Install Suave.Razor as a Cake Tool #tool nuget:?package=Suave.Razor&version=0.25.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.3.0)
- Suave (>= 0.25.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
Release Notes:
* Update README.md
* Merge pull request #206 from dsyme/api-review-1
* a couple more renamings
* utc_now --> utcNow
* queryParams --> query
* remove unnecessary uses of %% and ^^
* updates from code review
* create --> mk
* HomeDirectory --> Home
* fixes based on feedback
* change case for OpenSSL
* fix to use formDataItem
* reveret unneeded change that caused hang
* resolve merge
* remove queryParam WebPart
* further PR reduction
* add obsoletes again
* add obsoletes
* revert defaults change
* add obsoletes
* add obsoletes
* add obsoletes
* add obsoletes
* adjsut based on discussion
* more renaming work
* adjsut based on discussion
* more _ updates
* [Http] documenting warbler
* adjsut based on discussion
* Merge pull request #205 from dsyme/build-fixes-1
* add missing file
* trial updates to naming conventions (3)
* trial updates to naming conventions (2)
* Merge branch 'master' of https://github.com/SuaveIO/suave into api-review-1
* trial updates to naming conventions
* remove warnings during build
* Merge pull request #203 from dsyme/patch-1
* Remove gratuitous "<|"
* html dsl (work in progress)