FAP.dll
1.0.6
See the version list below for details.
dotnet add package FAP.dll --version 1.0.6
NuGet\Install-Package FAP.dll -Version 1.0.6
<PackageReference Include="FAP.dll" Version="1.0.6"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add FAP.dll --version 1.0.6
#r "nuget: FAP.dll, 1.0.6"
// Install FAP.dll as a Cake Addin #addin nuget:?package=FAP.dll&version=1.0.6 // Install FAP.dll as a Cake Tool #tool nuget:?package=FAP.dll&version=1.0.6
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.
Latest release including: Dynamic caching, automatic mime types, header manipulation (reading and writing) including the content-type header, chunked transfer encoding, a large list of HTTP return codes (use by returning "###\r\n" + rest of your message)