Oxpecker.ViewEngine
0.1.0
See the version list below for details.
dotnet add package Oxpecker.ViewEngine --version 0.1.0
NuGet\Install-Package Oxpecker.ViewEngine -Version 0.1.0
<PackageReference Include="Oxpecker.ViewEngine" Version="0.1.0" />
paket add Oxpecker.ViewEngine --version 0.1.0
#r "nuget: Oxpecker.ViewEngine, 0.1.0"
// Install Oxpecker.ViewEngine as a Cake Addin #addin nuget:?package=Oxpecker.ViewEngine&version=0.1.0 // Install Oxpecker.ViewEngine as a Cake Tool #tool nuget:?package=Oxpecker.ViewEngine&version=0.1.0
Oxpecker
Oxpecker is a functional wrapper around ASP.NET Core Endpoint routing (sometimes called Minimal API).
This library is basically a revised version of Giraffe, it mostly sticks to it's successful API (hence the name). Improvements involve changing some core types, performance of template handlers, simplifying handlers and dropping a lot of outdated functionality.
Features:
- Native ASP.NET Core Endpoint routing integration
- ViewEngine with convenient DSL for HTML
- Strongly typed route parameters
- Endpoint handlers and endpoint middlewares, flexible composition
- JSON binding and serialization
- Form binding
- URL parameters binding
- Response caching
- Streaming
- Authorization
- eTag support
- Many useful HttpContext extensions
Documentation:
TBD, for now you can use Giraffe documentation, with the following differences:
routef
parameters should be surrounded with curly braces{}
, this allows using Route constraintsroutef
handler arguments are now curried, not tuplifiedHttpHandler
concept is separated intoEndpointHandler
andEndpointMiddlware
. The difference is that the former doesn't acceptnext
parameter, while the latter does.- Case insensitive functions (
*Ci
) are dropped, since everything is case insensitive by default - Some other route functions are dropped
JSON.ISerializer
only requires one method implemented- Model binding will throw exceptions to be caught in common middleware (see examples/Basic)
- .NET 8 minimal target
- CE-based strongly typed ViewEngine built on class inheritance
- Oxpecker project is planned to be moved to
fsprojects
organization once it reaches 200 stars, expect high quality of maintenance
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- FSharp.Core (>= 8.0.101)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Oxpecker.ViewEngine:
Package | Downloads |
---|---|
Oxpecker
F# web framework built on top of ASP.NET Core |
|
Oxpecker.Htmx
HTMX support for Oxpecker.ViewEngine |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.15.1 | 221 | 10/26/2024 |
0.15.0 | 124 | 10/9/2024 |
0.14.1 | 78 | 10/8/2024 |
0.14.0 | 372 | 8/30/2024 |
0.13.1 | 1,514 | 8/23/2024 |
0.13.0 | 145 | 8/22/2024 |
0.12.0 | 448 | 8/13/2024 |
0.11.0 | 79 | 8/5/2024 |
0.10.2 | 160 | 7/24/2024 |
0.10.1 | 97 | 7/23/2024 |
0.10.0 | 301 | 7/17/2024 |
0.9.0 | 117 | 7/16/2024 |
0.8.0 | 108 | 6/18/2024 |
0.7.2 | 1,126 | 5/8/2024 |
0.7.1 | 123 | 4/29/2024 |
0.7.0 | 713 | 3/5/2024 |
0.6.0 | 127 | 3/3/2024 |
0.5.0 | 222 | 2/29/2024 |
0.4.0 | 149 | 2/21/2024 |
0.3.0 | 119 | 2/15/2024 |
0.2.0 | 284 | 1/24/2024 |
0.1.0 | 140 | 1/19/2024 |
Initial release