Suave.Testing
0.25.0
See the version list below for details.
dotnet add package Suave.Testing --version 0.25.0
NuGet\Install-Package Suave.Testing -Version 0.25.0
<PackageReference Include="Suave.Testing" Version="0.25.0" />
paket add Suave.Testing --version 0.25.0
#r "nuget: Suave.Testing, 0.25.0"
// Install Suave.Testing as a Cake Addin #addin nuget:?package=Suave.Testing&version=0.25.0 // Install Suave.Testing as a Cake Tool #tool nuget:?package=Suave.Testing&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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Fuchu-suave (>= 0.6.1)
- 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)