FAP.dll 1.1.2

dotnet add package FAP.dll --version 1.1.2
NuGet\Install-Package FAP.dll -Version 1.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FAP.dll" Version="1.1.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FAP.dll --version 1.1.2
#r "nuget: FAP.dll, 1.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FAP.dll as a Cake Addin
#addin nuget:?package=FAP.dll&version=1.1.2

// Install FAP.dll as a Cake Tool
#tool nuget:?package=FAP.dll&version=1.1.2

FAP.NET or simply 'FAP' aka Functional API Pages w/ .NET, a functional REST server implementation

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.1.2 2,205 6/28/2017
1.1.1 3,775 2/14/2016
1.1.0 971 12/31/2015
1.0.9 948 12/16/2015
1.0.8 950 12/8/2015
1.0.7 1,077 11/23/2015
1.0.6 1,313 11/16/2015
1.0.2 1,406 7/28/2015
1.0.1 1,336 7/23/2015

More efficient intermediary scope available through Page.StaticParent
Better client distinction, make use of this via using X-Forwarded for and other X headers
File upload/download implemented, either set Page.GetFile
Added page cloning methods through Server.Method, I recommend you leave it on manual and use StaticParent
Some efficiency improvements