FAP.dll
1.1.1
See the version list below for details.
dotnet add package FAP.dll --version 1.1.1
NuGet\Install-Package FAP.dll -Version 1.1.1
<PackageReference Include="FAP.dll" Version="1.1.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add FAP.dll --version 1.1.1
#r "nuget: FAP.dll, 1.1.1"
// Install FAP.dll as a Cake Addin #addin nuget:?package=FAP.dll&version=1.1.1 // Install FAP.dll as a Cake Tool #tool nuget:?package=FAP.dll&version=1.1.1
FAP.NET or simply 'FAP' aka Functional API Pages w/ .NET, a functional REST server implementation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FAP.dll:
Package | Downloads |
---|---|
FAP.React
Extensions of the FAP.Page class (ScriptedPage and ReactivePage) for server side rendering with ReactJS, Moustache, doT, Handlebars, Dust, EJS, Hogan and Underscore. This is meant as an alternative network solution for server side rendering, just assign a get function to return an object or JSON. Please remember to download the binaries from here: https://github.com/MichaelFroelich/vroomjs-core/tree/master/native/compiled |
GitHub repositories
This package is not used by any popular GitHub repositories.
Non-static variables can now be used as session variables (with timeouts), see blog.
Headers can now be modified within static functions (such as static main)
Character encoding can now be changed via modifying the Content-Type
No longer 404s when there's no query string or query character (but a legal path)